Shades of Bali Hai #8199AC
Tints of Bali Hai #8199AC
RGB
CMYK
RGB Variations
Color information
#8199AC (or 0x8199AC) is known color: Bali Hai. HEX triplet: 81, 99 and AC. RGB value is (129,153,172). Sum of RGB (Red+Green+Blue) = 129+153+172=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #8199AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8199AC is #7E6653. Grayscale: #939393. Windows color (decimal): -8283732 or 11311489. OLE color: 11311489.
HSL color Cylindrical-coordinate representation of color #8199AC: hue angle of 206.51º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8199AC is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 153 | 172 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.33 |
| HSL | 206.51º | 0.21% | 0.59% | - |
| HSV(B) | 206.51º | 0.25% | 0.67% | - |
| XYZ | 27.89 | 30.43 | 43.43 | - |
| YUV | 147.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 172 | 0.25 | 0.11 | 0 | 0.33 | 206.51 | 0.21 | 0.59 |
| Hex | 81 | 99 | AC | 19 | B | 0 | 21 | CF | 15 | 3B |
| Octal | 201 | 231 | 254 | 31 | 13 | 0 | 41 | 317 | 25 | 73 |
| Binary | 10000001 | 10011001 | 10101100 | 11001 | 1011 | 0 | 100001 | 11001111 | 10101 | 111011 |
Color Harmonies of #8199AC
Complementary color
Monochromatic Colors of #8199AC
Black with #8199AC
Text Example
Text Example
White with #8199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199AC; }
p { color: rgb(129,153,172); }
H1.HeaderClassName
{
color: #8199AC;
}
.AnyTagClassName
{
color: #8199AC;
}
</style>
background-color css
<style>
a { background-color: #8199AC; }
a { background-color: rgb(129,153,172); }
div.DivClassName
{
background-color: #8199AC;
}
.BgClassName
{
background-color: #8199AC;
}
</style>
border-color css
<style>
span { border-color: #8199AC; }
span { border-color: rgb(129,153,172); }
td.TdClassName
{
border-color: #8199AC;
}
.TagClassName
{
border-color: #8199AC;
}
</style>