#939CBD

Color #939CBD Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #939CBD

Tints of Rock Blue #939CBD

Color information

#939CBD (or 0x939CBD) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and BD. RGB value is (147,156,189). Sum of RGB (Red+Green+Blue) = 147+156+189=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #939CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBD is #6C6342. Grayscale: #9C9C9C. Windows color (decimal): -7103299 or 12426387. OLE color: 12426387.

HSL color Cylindrical-coordinate representation of color #939CBD: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939CBD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147156189-
CMYK0.220.1700.26
HSL227.14º24.14%65.88%-
HSV(B)227.14º22.22%74.12%-
XYZ33.1133.6552.9-
YUV157.07146.02120.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=29.88%
G=31.71%
B=38.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471561890.220.1700.26227.1424.1465.88
Hex939CBD161101Ae31842
Octal223234275262103234330102
Binary100100111001110010111101101101000101101011100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939CBD; }

 p { color: rgb(147,156,189); }

 H1.HeaderClassName
 {
   color: #939CBD;
 }
 .AnyTagClassName
 {
   color: #939CBD;
 }
</style>
background-color css

<style>
 a { background-color: #939CBD; }

 a { background-color: rgb(147,156,189); }

 div.DivClassName
 {
   background-color: #939CBD;
 }
 .BgClassName
 {
   background-color: #939CBD;
 }
</style>
border-color css

<style>
 span { border-color: #939CBD; }

 span { border-color: rgb(147,156,189); }

 td.TdClassName
 {
   border-color: #939CBD;
 }
 .TagClassName
 {
   border-color: #939CBD;
 }
</style>