#8199AA

Color #8199AA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8199AA

Tints of Bali Hai #8199AA

Color information

#8199AA (or 0x8199AA) is unknown color: approx Bali Hai. HEX triplet: 81, 99 and AA. RGB value is (129,153,170). Sum of RGB (Red+Green+Blue) = 129+153+170=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8199AA is #7E6655. Grayscale: #939393. Windows color (decimal): -8283734 or 11180417. OLE color: 11180417.

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

Color convert

RGB129153170-
CMYK0.240.100.33
HSL204.88º19.43%58.63%-
HSV(B)204.88º24.12%66.67%-
XYZ27.730.3542.43-
YUV147.76140.55114.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=28.54%
G=33.85%
B=37.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291531700.240.100.33204.8819.4358.63
Hex8199AA18A021cd133b
Octal20123125230120413152373
Binary10000001100110011010101011000101001000011100110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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