#939DBD

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

Shades of Rock Blue #939DBD

Tints of Rock Blue #939DBD

Color information

#939DBD (or 0x939DBD) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and BD. RGB value is (147,157,189). Sum of RGB (Red+Green+Blue) = 147+157+189=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #939DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBD is #6C6242. Grayscale: #9D9D9D. Windows color (decimal): -7103043 or 12426643. OLE color: 12426643.

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

Color convert

RGB147157189-
CMYK0.220.1700.26
HSL225.71º24.14%65.88%-
HSV(B)225.71º22.22%74.12%-
XYZ33.2733.9952.95-
YUV157.66145.69120.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=29.82%
G=31.85%
B=38.34%

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
Decimal1471571890.220.1700.26225.7124.1465.88
Hex939DBD161101Ae21842
Octal223235275262103234230102
Binary100100111001110110111101101101000101101011100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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