#939CBE

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

Shades of Rock Blue #939CBE

Tints of Rock Blue #939CBE

Color information

#939CBE (or 0x939CBE) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and BE. RGB value is (147,156,190). Sum of RGB (Red+Green+Blue) = 147+156+190=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #939CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBE is #6C6341. Grayscale: #9D9D9D. Windows color (decimal): -7103298 or 12491923. OLE color: 12491923.

HSL color Cylindrical-coordinate representation of color #939CBE: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939CBE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147156190-
CMYK0.230.1800.25
HSL227.44º24.86%66.08%-
HSV(B)227.44º22.63%74.51%-
XYZ33.2233.753.47-
YUV157.18146.52120.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=29.82%
G=31.64%
B=38.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471561900.230.1800.25227.4424.8666.08
Hex939CBE1712019e31942
Octal223234276272203134331102
Binary100100111001110010111110101111001001100111100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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