#939DBC

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

Shades of Rock Blue #939DBC

Tints of Rock Blue #939DBC

Color information

#939DBC (or 0x939DBC) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and BC. RGB value is (147,157,188). Sum of RGB (Red+Green+Blue) = 147+157+188=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #939DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBC is #6C6243. Grayscale: #9D9D9D. Windows color (decimal): -7103044 or 12361107. OLE color: 12361107.

HSL color Cylindrical-coordinate representation of color #939DBC: hue angle of 225.37º degrees, saturation: 0.23, 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 #939DBC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147157188-
CMYK0.220.1600.26
HSL225.37º23.43%65.69%-
HSV(B)225.37º21.81%73.73%-
XYZ33.1733.9552.38-
YUV157.54145.19120.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=29.88%
G=31.91%
B=38.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471571880.220.1600.26225.3723.4365.69
Hex939DBC161001Ae11742
Octal223235274262003234127102
Binary100100111001110110111100101101000001101011100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,188); }

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

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

 a { background-color: rgb(147,157,188); }

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

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

 span { border-color: rgb(147,157,188); }

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