Color Hex Logo

#939abb Color Hex

#939ABB
(147,154,187)
0 Favorites   0 Comments

Color spaces of #939abb

RGB 147154187
HSL0.640.230.65
HSV230°21°73°
CMYK 0.210.180.00   0.27
XYZ32.557932.902151.6485
Yxy32.90210.27800.2810
Hunter Lab57.36040.9365-13.2338
CIE-Lab64.08164.6661-17.9061

#939abb color RGB value is (147,154,187).

#939abb hex color red value is 147, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #939abb hue: 0.64 , saturation: 0.23 and the lightness value of 939abb is 0.65.

The process color (four color CMYK) of #939abb color hex is 0.21, 0.18, 0.00, 0.27. Web safe color of #939abb is #9999cc. Color #939abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011010 10111011
Octal 223 232 273
Decimal 147 154 187
Hex 93 9A BB

RGB Percentages of Color #939abb

%30.12
%31.56
%38.32

CMYK Percentages of Color #939abb

%21
%18
%0
%27

Triadic Colors of #939abb

#939abb #bb939a #9abb93

Analogous Colors of #939abb

#939abb #a093bb #93aebb

Monochromatic Colors of #939abb

#939abb

Complementary Color

#939abb #bbb493

#939abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#939abb Color CSS Codes

.mybgcolor {background-color:#939abb; } 
.myforecolor {color:#939abb; }
.mybordercolor {border:3px solid #939abb; }

#939abb Text Font Color

<p style="color:#939abb">Text here</p>

This sample text font color is #939abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#939abb Background Color

<div style="background-color:#939abb">
Div content here</div>

This div background color is #939abb


#939abb Border Color

<div style="border:3px solid #939abb">
Div here</div>

This div border color is #939abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,154,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #939abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #939abb;
  -webkit-box-shadow: 1px 1px 3px 2px #939abb;
  box-shadow:         1px 1px 3px 2px #939abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,154,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #939abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #939abb;
  -webkit-box-shadow: 1px 1px 3px 2px #939abb;
  box-shadow:         1px 1px 3px 2px #939abb;">
Div content here</div>

This div box has shadow with color #939abb


Comments

No comments written yet.

Please login to write comment.