#939FAF

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

Shades of Rock Blue #939FAF

Tints of Rock Blue #939FAF

Color information

#939FAF (or 0x939FAF) is unknown color: approx Rock Blue. HEX triplet: 93, 9F and AF. RGB value is (147,159,175). Sum of RGB (Red+Green+Blue) = 147+159+175=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #939FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939FAF is #6C6050. Grayscale: #9D9D9D. Windows color (decimal): -7102545 or 11509651. OLE color: 11509651.

HSL color Cylindrical-coordinate representation of color #939FAF: hue angle of 214.29º 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 #939FAF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147159175-
CMYK0.160.0900.31
HSL214.29º14.89%63.14%-
HSV(B)214.29º16%68.63%-
XYZ32.1734.0945.44-
YUV157.24138.02120.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.56%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=30.56%
G=33.06%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471591750.160.0900.31214.2914.8963.14
Hex939FAF10901Fd6f3f
Octal22323725720110373261777
Binary100100111001111110101111100001001011111110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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