#9099AA

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

Shades of Rock Blue #9099AA

Tints of Rock Blue #9099AA

Color information

#9099AA (or 0x9099AA) is unknown color: approx Rock Blue. HEX triplet: 90, 99 and AA. RGB value is (144,153,170). Sum of RGB (Red+Green+Blue) = 144+153+170=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #9099AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099AA is #6F6655. Grayscale: #989898. Windows color (decimal): -7300694 or 11180432. OLE color: 11180432.

HSL color Cylindrical-coordinate representation of color #9099AA: hue angle of 219.23º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9099AA is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144153170-
CMYK0.150.100.33
HSL219.23º13.27%61.57%-
HSV(B)219.23º15.29%66.67%-
XYZ30.1531.6142.54-
YUV152.25138.02122.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=30.84%
G=32.76%
B=36.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441531700.150.100.33219.2313.2761.57
Hex9099AAFA021dbd3e
Octal22023125217120413331576
Binary100100001001100110101010111110100100001110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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