#909AAF

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

Shades of Rock Blue #909AAF

Tints of Rock Blue #909AAF

Color information

#909AAF (or 0x909AAF) is unknown color: approx Rock Blue. HEX triplet: 90, 9A and AF. RGB value is (144,154,175). Sum of RGB (Red+Green+Blue) = 144+154+175=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #909AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAF is #6F6550. Grayscale: #999999. Windows color (decimal): -7300433 or 11508368. OLE color: 11508368.

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

Color convert

RGB144154175-
CMYK0.180.1200.31
HSL220.65º16.23%62.55%-
HSV(B)220.65º17.71%68.63%-
XYZ30.832.1445.14-
YUV153.4140.19121.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=30.44%
G=32.56%
B=37.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441541750.180.1200.31220.6516.2362.55
Hex909AAF12C01Fdd103f
Octal22023225722140373352077
Binary1001000010011010101011111001011000111111101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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