Shades of Bali Hai #8199A5
Tints of Bali Hai #8199A5
RGB
CMYK
RGB Variations
Color information
#8199A5 (or 0x8199A5) is known color: Bali Hai. HEX triplet: 81, 99 and A5. RGB value is (129,153,165). Sum of RGB (Red+Green+Blue) = 129+153+165=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 165 - color contains mainly: blue. Hex color #8199A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8199A5 is #7E665A. Grayscale: #939393. Windows color (decimal): -8283739 or 10852737. OLE color: 10852737.
HSL color Cylindrical-coordinate representation of color #8199A5: hue angle of 200º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8199A5 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 153 | 165 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.35 |
| HSL | 200º | 0.17% | 0.58% | - |
| HSV(B) | 200º | 0.22% | 0.65% | - |
| XYZ | 27.24 | 30.17 | 39.98 | - |
| YUV | 147.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 165 | 0.22 | 0.07 | 0 | 0.35 | 200 | 0.17 | 0.58 |
| Hex | 81 | 99 | A5 | 16 | 7 | 0 | 23 | C8 | 11 | 3A |
| Octal | 201 | 231 | 245 | 26 | 7 | 0 | 43 | 310 | 21 | 72 |
| Binary | 10000001 | 10011001 | 10100101 | 10110 | 111 | 0 | 100011 | 11001000 | 10001 | 111010 |
Color Harmonies of #8199A5
Complementary color
Monochromatic Colors of #8199A5
Black with #8199A5
Text Example
Text Example
White with #8199A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8199A5; }
p { color: rgb(129,153,165); }
H1.HeaderClassName
{
color: #8199A5;
}
.AnyTagClassName
{
color: #8199A5;
}
</style>
background-color css
<style>
a { background-color: #8199A5; }
a { background-color: rgb(129,153,165); }
div.DivClassName
{
background-color: #8199A5;
}
.BgClassName
{
background-color: #8199A5;
}
</style>
border-color css
<style>
span { border-color: #8199A5; }
span { border-color: rgb(129,153,165); }
td.TdClassName
{
border-color: #8199A5;
}
.TagClassName
{
border-color: #8199A5;
}
</style>