Shades of Bali Hai #819EAD
Tints of Bali Hai #819EAD
RGB
CMYK
RGB Variations
Color information
#819EAD (or 0x819EAD) is known color: Bali Hai. HEX triplet: 81, 9E and AD. RGB value is (129,158,173). Sum of RGB (Red+Green+Blue) = 129+158+173=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #819EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819EAD is #7E6152. Grayscale: #969696. Windows color (decimal): -8282451 or 11378305. OLE color: 11378305.
HSL color Cylindrical-coordinate representation of color #819EAD: hue angle of 200.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819EAD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 158 | 173 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.32 |
| HSL | 200.45º | 0.21% | 0.59% | - |
| HSV(B) | 200.45º | 0.25% | 0.68% | - |
| XYZ | 28.82 | 32.14 | 44.22 | - |
| YUV | 151.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 173 | 0.25 | 0.09 | 0 | 0.32 | 200.45 | 0.21 | 0.59 |
| Hex | 81 | 9E | AD | 19 | 9 | 0 | 20 | C8 | 15 | 3B |
| Octal | 201 | 236 | 255 | 31 | 11 | 0 | 40 | 310 | 25 | 73 |
| Binary | 10000001 | 10011110 | 10101101 | 11001 | 1001 | 0 | 100000 | 11001000 | 10101 | 111011 |
Color Harmonies of #819EAD
Complementary color
Monochromatic Colors of #819EAD
Black with #819EAD
Text Example
Text Example
White with #819EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819EAD; }
p { color: rgb(129,158,173); }
H1.HeaderClassName
{
color: #819EAD;
}
.AnyTagClassName
{
color: #819EAD;
}
</style>
background-color css
<style>
a { background-color: #819EAD; }
a { background-color: rgb(129,158,173); }
div.DivClassName
{
background-color: #819EAD;
}
.BgClassName
{
background-color: #819EAD;
}
</style>
border-color css
<style>
span { border-color: #819EAD; }
span { border-color: rgb(129,158,173); }
td.TdClassName
{
border-color: #819EAD;
}
.TagClassName
{
border-color: #819EAD;
}
</style>