#909FAF

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

Shades of Rock Blue #909FAF

Tints of Rock Blue #909FAF

Color information

#909FAF (or 0x909FAF) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and AF. RGB value is (144,159,175). Sum of RGB (Red+Green+Blue) = 144+159+175=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #909FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FAF is #6F6050. Grayscale: #9C9C9C. Windows color (decimal): -7299153 or 11509648. OLE color: 11509648.

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

Color convert

RGB144159175-
CMYK0.180.0900.31
HSL210.97º16.23%62.55%-
HSV(B)210.97º17.71%68.63%-
XYZ31.6433.8245.42-
YUV156.34138.53119.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=30.13%
G=33.26%
B=36.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441591750.180.0900.31210.9716.2362.55
Hex909FAF12901Fd3103f
Octal22023725722110373232077
Binary1001000010011111101011111001010010111111101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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