#809AAA

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

Shades of Bali Hai #809AAA

Tints of Bali Hai #809AAA

Color information

#809AAA (or 0x809AAA) is unknown color: approx Bali Hai. HEX triplet: 80, 9A and AA. RGB value is (128,154,170). Sum of RGB (Red+Green+Blue) = 128+154+170=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 154 (60.55% from 255 or 34.07% 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 #809AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809AAA is #7F6555. Grayscale: #939393. Windows color (decimal): -8349014 or 11180672. OLE color: 11180672.

HSL color Cylindrical-coordinate representation of color #809AAA: hue angle of 202.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809AAA is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128154170-
CMYK0.250.0900.33
HSL202.86º19.81%58.43%-
HSV(B)202.86º24.71%66.67%-
XYZ27.7130.642.48-
YUV148.05140.39113.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=28.32%
G=34.07%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281541700.250.0900.33202.8619.8158.43
Hex809AAA199021cb143a
Octal20023225231110413132472
Binary10000000100110101010101011001100101000011100101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809AAA; }

 p { color: rgb(128,154,170); }

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

<style>
 a { background-color: #809AAA; }

 a { background-color: rgb(128,154,170); }

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

<style>
 span { border-color: #809AAA; }

 span { border-color: rgb(128,154,170); }

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