#909AAC

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

Shades of Rock Blue #909AAC

Tints of Rock Blue #909AAC

Color information

#909AAC (or 0x909AAC) is unknown color: approx Rock Blue. HEX triplet: 90, 9A and AC. RGB value is (144,154,172). Sum of RGB (Red+Green+Blue) = 144+154+172=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #909AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909AAC is #6F6553. Grayscale: #989898. Windows color (decimal): -7300436 or 11311760. OLE color: 11311760.

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

Color convert

RGB144154172-
CMYK0.160.1000.33
HSL218.57º14.43%61.96%-
HSV(B)218.57º16.28%67.45%-
XYZ30.532.0243.6-
YUV153.06138.69121.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.64%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=30.64%
G=32.77%
B=36.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441541720.160.1000.33218.5714.4361.96
Hex909AAC10A021dbe3e
Octal22023225420120413331676
Binary1001000010011010101011001000010100100001110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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