#939DB4

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

Shades of Rock Blue #939DB4

Tints of Rock Blue #939DB4

Color information

#939DB4 (or 0x939DB4) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and B4. RGB value is (147,157,180). Sum of RGB (Red+Green+Blue) = 147+157+180=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #939DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DB4 is #6C624B. Grayscale: #9C9C9C. Windows color (decimal): -7103052 or 11836819. OLE color: 11836819.

HSL color Cylindrical-coordinate representation of color #939DB4: hue angle of 221.82º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #939DB4 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147157180-
CMYK0.180.1300.29
HSL221.82º18.03%64.12%-
HSV(B)221.82º18.33%70.59%-
XYZ32.3333.6147.96-
YUV156.63141.19121.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.37%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=30.37%
G=32.44%
B=37.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471571800.180.1300.29221.8218.0364.12
Hex939DB412D01Dde1240
Octal223235264221503533622100
Binary10010011100111011011010010010110101110111011110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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