Shades of Bali Hai #8198AD
Tints of Bali Hai #8198AD
RGB
CMYK
RGB Variations
Color information
#8198AD (or 0x8198AD) is known color: Bali Hai. HEX triplet: 81, 98 and AD. RGB value is (129,152,173). Sum of RGB (Red+Green+Blue) = 129+152+173=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #8198AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8198AD is #7E6752. Grayscale: #939393. Windows color (decimal): -8283987 or 11376769. OLE color: 11376769.
HSL color Cylindrical-coordinate representation of color #8198AD: hue angle of 208.64º 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 #8198AD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 152 | 173 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.32 |
| HSL | 208.64º | 0.21% | 0.59% | - |
| HSV(B) | 208.64º | 0.25% | 0.68% | - |
| XYZ | 27.82 | 30.14 | 43.89 | - |
| YUV | 147.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 173 | 0.25 | 0.12 | 0 | 0.32 | 208.64 | 0.21 | 0.59 |
| Hex | 81 | 98 | AD | 19 | C | 0 | 20 | D1 | 15 | 3B |
| Octal | 201 | 230 | 255 | 31 | 14 | 0 | 40 | 321 | 25 | 73 |
| Binary | 10000001 | 10011000 | 10101101 | 11001 | 1100 | 0 | 100000 | 11010001 | 10101 | 111011 |
Color Harmonies of #8198AD
Complementary color
Monochromatic Colors of #8198AD
Black with #8198AD
Text Example
Text Example
White with #8198AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8198AD; }
p { color: rgb(129,152,173); }
H1.HeaderClassName
{
color: #8198AD;
}
.AnyTagClassName
{
color: #8198AD;
}
</style>
background-color css
<style>
a { background-color: #8198AD; }
a { background-color: rgb(129,152,173); }
div.DivClassName
{
background-color: #8198AD;
}
.BgClassName
{
background-color: #8198AD;
}
</style>
border-color css
<style>
span { border-color: #8198AD; }
span { border-color: rgb(129,152,173); }
td.TdClassName
{
border-color: #8198AD;
}
.TagClassName
{
border-color: #8198AD;
}
</style>