#939CBA

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

Shades of Rock Blue #939CBA

Tints of Rock Blue #939CBA

Color information

#939CBA (or 0x939CBA) is unknown color: approx Rock Blue. HEX triplet: 93, 9C and BA. RGB value is (147,156,186). Sum of RGB (Red+Green+Blue) = 147+156+186=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #939CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CBA is #6C6345. Grayscale: #9C9C9C. Windows color (decimal): -7103302 or 12229779. OLE color: 12229779.

HSL color Cylindrical-coordinate representation of color #939CBA: hue angle of 226.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939CBA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147156186-
CMYK0.210.1600.27
HSL226.15º22.03%65.29%-
HSV(B)226.15º20.97%72.94%-
XYZ32.7833.5351.2-
YUV156.73144.52121.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=30.06%
G=31.90%
B=38.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471561860.210.1600.27226.1522.0365.29
Hex939CBA151001Be21641
Octal223234272252003334226101
Binary100100111001110010111010101011000001101111100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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