Shades of Bali Hai #819FAF
Tints of Bali Hai #819FAF
RGB
CMYK
RGB Variations
Color information
#819FAF (or 0x819FAF) is known color: Bali Hai. HEX triplet: 81, 9F and AF. RGB value is (129,159,175). Sum of RGB (Red+Green+Blue) = 129+159+175=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #819FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819FAF is #7E6050. Grayscale: #979797. Windows color (decimal): -8282193 or 11509633. OLE color: 11509633.
HSL color Cylindrical-coordinate representation of color #819FAF: hue angle of 200.87º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819FAF is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 159 | 175 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.31 |
| HSL | 200.87º | 0.22% | 0.6% | - |
| HSV(B) | 200.87º | 0.26% | 0.69% | - |
| XYZ | 29.19 | 32.56 | 45.3 | - |
| YUV | 151.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 175 | 0.26 | 0.09 | 0 | 0.31 | 200.87 | 0.22 | 0.6 |
| Hex | 81 | 9F | AF | 1A | 9 | 0 | 1F | C9 | 16 | 3C |
| Octal | 201 | 237 | 257 | 32 | 11 | 0 | 37 | 311 | 26 | 74 |
| Binary | 10000001 | 10011111 | 10101111 | 11010 | 1001 | 0 | 11111 | 11001001 | 10110 | 111100 |
Color Harmonies of #819FAF
Complementary color
Monochromatic Colors of #819FAF
Black with #819FAF
Text Example
Text Example
White with #819FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FAF; }
p { color: rgb(129,159,175); }
H1.HeaderClassName
{
color: #819FAF;
}
.AnyTagClassName
{
color: #819FAF;
}
</style>
background-color css
<style>
a { background-color: #819FAF; }
a { background-color: rgb(129,159,175); }
div.DivClassName
{
background-color: #819FAF;
}
.BgClassName
{
background-color: #819FAF;
}
</style>
border-color css
<style>
span { border-color: #819FAF; }
span { border-color: rgb(129,159,175); }
td.TdClassName
{
border-color: #819FAF;
}
.TagClassName
{
border-color: #819FAF;
}
</style>