Shades of Bali Hai #819FAD
Tints of Bali Hai #819FAD
RGB
CMYK
RGB Variations
Color information
#819FAD (or 0x819FAD) is known color: Bali Hai. HEX triplet: 81, 9F and AD. RGB value is (129,159,173). Sum of RGB (Red+Green+Blue) = 129+159+173=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #819FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819FAD is #7E6052. Grayscale: #979797. Windows color (decimal): -8282195 or 11378561. OLE color: 11378561.
HSL color Cylindrical-coordinate representation of color #819FAD: hue angle of 199.09º 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 #819FAD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 159 | 173 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.32 |
| HSL | 199.09º | 0.21% | 0.59% | - |
| HSV(B) | 199.09º | 0.25% | 0.68% | - |
| XYZ | 28.99 | 32.48 | 44.28 | - |
| YUV | 151.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 173 | 0.25 | 0.08 | 0 | 0.32 | 199.09 | 0.21 | 0.59 |
| Hex | 81 | 9F | AD | 19 | 8 | 0 | 20 | C7 | 15 | 3B |
| Octal | 201 | 237 | 255 | 31 | 10 | 0 | 40 | 307 | 25 | 73 |
| Binary | 10000001 | 10011111 | 10101101 | 11001 | 1000 | 0 | 100000 | 11000111 | 10101 | 111011 |
Color Harmonies of #819FAD
Complementary color
Monochromatic Colors of #819FAD
Black with #819FAD
Text Example
Text Example
White with #819FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819FAD; }
p { color: rgb(129,159,173); }
H1.HeaderClassName
{
color: #819FAD;
}
.AnyTagClassName
{
color: #819FAD;
}
</style>
background-color css
<style>
a { background-color: #819FAD; }
a { background-color: rgb(129,159,173); }
div.DivClassName
{
background-color: #819FAD;
}
.BgClassName
{
background-color: #819FAD;
}
</style>
border-color css
<style>
span { border-color: #819FAD; }
span { border-color: rgb(129,159,173); }
td.TdClassName
{
border-color: #819FAD;
}
.TagClassName
{
border-color: #819FAD;
}
</style>