Shades of Bali Hai #809DAE
Tints of Bali Hai #809DAE
RGB
CMYK
RGB Variations
Color information
#809DAE (or 0x809DAE) is known color: Bali Hai. HEX triplet: 80, 9D and AE. RGB value is (128,157,174). Sum of RGB (Red+Green+Blue) = 128+157+174=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #809DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809DAE is #7F6251. Grayscale: #969696. Windows color (decimal): -8348242 or 11443584. OLE color: 11443584.
HSL color Cylindrical-coordinate representation of color #809DAE: hue angle of 202.17º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809DAE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 157 | 174 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.32 |
| HSL | 202.17º | 0.22% | 0.59% | - |
| HSV(B) | 202.17º | 0.26% | 0.68% | - |
| XYZ | 28.6 | 31.76 | 44.67 | - |
| YUV | 150.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 174 | 0.26 | 0.10 | 0 | 0.32 | 202.17 | 0.22 | 0.59 |
| Hex | 80 | 9D | AE | 1A | A | 0 | 20 | CA | 16 | 3B |
| Octal | 200 | 235 | 256 | 32 | 12 | 0 | 40 | 312 | 26 | 73 |
| Binary | 10000000 | 10011101 | 10101110 | 11010 | 1010 | 0 | 100000 | 11001010 | 10110 | 111011 |
Color Harmonies of #809DAE
Complementary color
Monochromatic Colors of #809DAE
Black with #809DAE
Text Example
Text Example
White with #809DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809DAE; }
p { color: rgb(128,157,174); }
H1.HeaderClassName
{
color: #809DAE;
}
.AnyTagClassName
{
color: #809DAE;
}
</style>
background-color css
<style>
a { background-color: #809DAE; }
a { background-color: rgb(128,157,174); }
div.DivClassName
{
background-color: #809DAE;
}
.BgClassName
{
background-color: #809DAE;
}
</style>
border-color css
<style>
span { border-color: #809DAE; }
span { border-color: rgb(128,157,174); }
td.TdClassName
{
border-color: #809DAE;
}
.TagClassName
{
border-color: #809DAE;
}
</style>