#9199AA

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

Shades of Rock Blue #9199AA

Tints of Rock Blue #9199AA

Color information

#9199AA (or 0x9199AA) is unknown color: approx Rock Blue. HEX triplet: 91, 99 and AA. RGB value is (145,153,170). Sum of RGB (Red+Green+Blue) = 145+153+170=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9199AA is #6E6655. Grayscale: #989898. Windows color (decimal): -7235158 or 11180433. OLE color: 11180433.

HSL color Cylindrical-coordinate representation of color #9199AA: hue angle of 220.8º 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 #9199AA is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145153170-
CMYK0.150.100.33
HSL220.8º12.82%61.76%-
HSV(B)220.8º14.71%66.67%-
XYZ30.3231.742.55-
YUV152.55137.85122.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=30.98%
G=32.69%
B=36.32%

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
Decimal1451531700.150.100.33220.812.8261.76
Hex9199AAFA021ddd3e
Octal22123125217120413351576
Binary100100011001100110101010111110100100001110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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