#939DAC

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

Shades of Rock Blue #939DAC

Tints of Rock Blue #939DAC

Color information

#939DAC (or 0x939DAC) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and AC. RGB value is (147,157,172). Sum of RGB (Red+Green+Blue) = 147+157+172=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #939DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939DAC is #6C6253. Grayscale: #9B9B9B. Windows color (decimal): -7103060 or 11312531. OLE color: 11312531.

HSL color Cylindrical-coordinate representation of color #939DAC: hue angle of 216º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #939DAC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147157172-
CMYK0.150.0900.33
HSL216º13.09%62.55%-
HSV(B)216º14.53%67.45%-
XYZ31.5433.343.79-
YUV155.72137.19121.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=30.88%
G=32.98%
B=36.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471571720.150.0900.3321613.0962.55
Hex939DACF9021d8d3f
Octal22323525417110413301577
Binary100100111001110110101100111110010100001110110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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