#909CAF

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

Shades of Rock Blue #909CAF

Tints of Rock Blue #909CAF

Color information

#909CAF (or 0x909CAF) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and AF. RGB value is (144,156,175). Sum of RGB (Red+Green+Blue) = 144+156+175=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #909CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CAF is #6F6350. Grayscale: #9A9A9A. Windows color (decimal): -7299921 or 11508880. OLE color: 11508880.

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

Color convert

RGB144156175-
CMYK0.180.1100.31
HSL216.77º16.23%62.55%-
HSV(B)216.77º17.71%68.63%-
XYZ31.1332.845.25-
YUV154.58139.52120.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=30.32%
G=32.84%
B=36.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441561750.180.1100.31216.7716.2362.55
Hex909CAF12B01Fd9103f
Octal22023425722130373312077
Binary1001000010011100101011111001010110111111101100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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