#909DAF

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

Shades of Rock Blue #909DAF

Tints of Rock Blue #909DAF

Color information

#909DAF (or 0x909DAF) is unknown color: approx Rock Blue. HEX triplet: 90, 9D and AF. RGB value is (144,157,175). Sum of RGB (Red+Green+Blue) = 144+157+175=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #909DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909DAF is #6F6250. Grayscale: #9B9B9B. Windows color (decimal): -7299665 or 11509136. OLE color: 11509136.

HSL color Cylindrical-coordinate representation of color #909DAF: hue angle of 214.84º 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 #909DAF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144157175-
CMYK0.180.1000.31
HSL214.84º16.23%62.55%-
HSV(B)214.84º17.71%68.63%-
XYZ31.333.1445.3-
YUV155.16139.19120.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 157 (61.72% from 255) = 32.98%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=30.25%
G=32.98%
B=36.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441571750.180.1000.31214.8416.2362.55
Hex909DAF12A01Fd7103f
Octal22023525722120373272077
Binary1001000010011101101011111001010100111111101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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