#939DAF

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

Shades of Rock Blue #939DAF

Tints of Rock Blue #939DAF

Color information

#939DAF (or 0x939DAF) is unknown color: approx Rock Blue. HEX triplet: 93, 9D and AF. RGB value is (147,157,175). Sum of RGB (Red+Green+Blue) = 147+157+175=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #939DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939DAF is #6C6250. Grayscale: #9B9B9B. Windows color (decimal): -7103057 or 11509139. OLE color: 11509139.

HSL color Cylindrical-coordinate representation of color #939DAF: hue angle of 218.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #939DAF is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147157175-
CMYK0.160.1000.31
HSL218.57º14.89%63.14%-
HSV(B)218.57º16%68.63%-
XYZ31.8333.4145.33-
YUV156.06138.69121.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=30.69%
G=32.78%
B=36.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471571750.160.1000.31218.5714.8963.14
Hex939DAF10A01Fdbf3f
Octal22323525720120373331777
Binary100100111001110110101111100001010011111110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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