Shades of Bali Hai #809AAB
Tints of Bali Hai #809AAB
RGB
CMYK
RGB Variations
Color information
#809AAB (or 0x809AAB) is known color: Bali Hai. HEX triplet: 80, 9A and AB. RGB value is (128,154,171). Sum of RGB (Red+Green+Blue) = 128+154+171=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #809AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809AAB is #7F6554. Grayscale: #949494. Windows color (decimal): -8349013 or 11246208. OLE color: 11246208.
HSL color Cylindrical-coordinate representation of color #809AAB: hue angle of 203.72º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809AAB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 154 | 171 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.33 |
| HSL | 203.72º | 0.2% | 0.59% | - |
| HSV(B) | 203.72º | 0.25% | 0.67% | - |
| XYZ | 27.81 | 30.64 | 42.98 | - |
| YUV | 148.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 171 | 0.25 | 0.10 | 0 | 0.33 | 203.72 | 0.2 | 0.59 |
| Hex | 80 | 9A | AB | 19 | A | 0 | 21 | CC | 14 | 3B |
| Octal | 200 | 232 | 253 | 31 | 12 | 0 | 41 | 314 | 24 | 73 |
| Binary | 10000000 | 10011010 | 10101011 | 11001 | 1010 | 0 | 100001 | 11001100 | 10100 | 111011 |
Color Harmonies of #809AAB
Complementary color
Monochromatic Colors of #809AAB
Black with #809AAB
Text Example
Text Example
White with #809AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809AAB; }
p { color: rgb(128,154,171); }
H1.HeaderClassName
{
color: #809AAB;
}
.AnyTagClassName
{
color: #809AAB;
}
</style>
background-color css
<style>
a { background-color: #809AAB; }
a { background-color: rgb(128,154,171); }
div.DivClassName
{
background-color: #809AAB;
}
.BgClassName
{
background-color: #809AAB;
}
</style>
border-color css
<style>
span { border-color: #809AAB; }
span { border-color: rgb(128,154,171); }
td.TdClassName
{
border-color: #809AAB;
}
.TagClassName
{
border-color: #809AAB;
}
</style>