#909CAC

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

Shades of Rock Blue #909CAC

Tints of Rock Blue #909CAC

Color information

#909CAC (or 0x909CAC) is unknown color: approx Rock Blue. HEX triplet: 90, 9C and AC. RGB value is (144,156,172). Sum of RGB (Red+Green+Blue) = 144+156+172=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #909CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909CAC is #6F6353. Grayscale: #9A9A9A. Windows color (decimal): -7299924 or 11312272. OLE color: 11312272.

HSL color Cylindrical-coordinate representation of color #909CAC: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909CAC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144156172-
CMYK0.160.0900.33
HSL214.29º14.43%61.96%-
HSV(B)214.29º16.28%67.45%-
XYZ30.8432.6843.71-
YUV154.24138.02120.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=30.51%
G=33.05%
B=36.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441561720.160.0900.33214.2914.4361.96
Hex909CAC109021d6e3e
Octal22023425420110413261676
Binary1001000010011100101011001000010010100001110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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