Shades of Bali Hai #819EAA
Tints of Bali Hai #819EAA
RGB
CMYK
RGB Variations
Color information
#819EAA (or 0x819EAA) is known color: Bali Hai. HEX triplet: 81, 9E and AA. RGB value is (129,158,170). Sum of RGB (Red+Green+Blue) = 129+158+170=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #819EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819EAA is #7E6155. Grayscale: #969696. Windows color (decimal): -8282454 or 11181697. OLE color: 11181697.
HSL color Cylindrical-coordinate representation of color #819EAA: hue angle of 197.56º 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 #819EAA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 158 | 170 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.33 |
| HSL | 197.56º | 0.19% | 0.59% | - |
| HSV(B) | 197.56º | 0.24% | 0.67% | - |
| XYZ | 28.54 | 32.02 | 42.71 | - |
| YUV | 150.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 170 | 0.24 | 0.07 | 0 | 0.33 | 197.56 | 0.19 | 0.59 |
| Hex | 81 | 9E | AA | 18 | 7 | 0 | 21 | C6 | 13 | 3B |
| Octal | 201 | 236 | 252 | 30 | 7 | 0 | 41 | 306 | 23 | 73 |
| Binary | 10000001 | 10011110 | 10101010 | 11000 | 111 | 0 | 100001 | 11000110 | 10011 | 111011 |
Color Harmonies of #819EAA
Complementary color
Monochromatic Colors of #819EAA
Black with #819EAA
Text Example
Text Example
White with #819EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819EAA; }
p { color: rgb(129,158,170); }
H1.HeaderClassName
{
color: #819EAA;
}
.AnyTagClassName
{
color: #819EAA;
}
</style>
background-color css
<style>
a { background-color: #819EAA; }
a { background-color: rgb(129,158,170); }
div.DivClassName
{
background-color: #819EAA;
}
.BgClassName
{
background-color: #819EAA;
}
</style>
border-color css
<style>
span { border-color: #819EAA; }
span { border-color: rgb(129,158,170); }
td.TdClassName
{
border-color: #819EAA;
}
.TagClassName
{
border-color: #819EAA;
}
</style>