#9099AB

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

Shades of Rock Blue #9099AB

Tints of Rock Blue #9099AB

Color information

#9099AB (or 0x9099AB) is unknown color: approx Rock Blue. HEX triplet: 90, 99 and AB. RGB value is (144,153,171). Sum of RGB (Red+Green+Blue) = 144+153+171=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9099AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099AB is #6F6654. Grayscale: #989898. Windows color (decimal): -7300693 or 11245968. OLE color: 11245968.

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

Color convert

RGB144153171-
CMYK0.160.1100.33
HSL220º13.85%61.76%-
HSV(B)220º15.79%67.06%-
XYZ30.2431.6543.04-
YUV152.36138.52122.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.77%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=30.77%
G=32.69%
B=36.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441531710.160.1100.3322013.8561.76
Hex9099AB10B021dce3e
Octal22023125320130413341676
Binary1001000010011001101010111000010110100001110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099AB; }

 p { color: rgb(144,153,171); }

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

<style>
 a { background-color: #9099AB; }

 a { background-color: rgb(144,153,171); }

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

<style>
 span { border-color: #9099AB; }

 span { border-color: rgb(144,153,171); }

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