Shades of Bali Hai #8197AA
Tints of Bali Hai #8197AA
RGB
CMYK
RGB Variations
Color information
#8197AA (or 0x8197AA) is known color: Bali Hai. HEX triplet: 81, 97 and AA. RGB value is (129,151,170). Sum of RGB (Red+Green+Blue) = 129+151+170=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8197AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8197AA is #7E6855. Grayscale: #929292. Windows color (decimal): -8284246 or 11179905. OLE color: 11179905.
HSL color Cylindrical-coordinate representation of color #8197AA: hue angle of 207.8º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8197AA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 151 | 170 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.33 |
| HSL | 207.8º | 0.19% | 0.59% | - |
| HSV(B) | 207.8º | 0.24% | 0.67% | - |
| XYZ | 27.38 | 29.7 | 42.32 | - |
| YUV | 146.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 151 | 170 | 0.24 | 0.11 | 0 | 0.33 | 207.8 | 0.19 | 0.59 |
| Hex | 81 | 97 | AA | 18 | B | 0 | 21 | D0 | 13 | 3B |
| Octal | 201 | 227 | 252 | 30 | 13 | 0 | 41 | 320 | 23 | 73 |
| Binary | 10000001 | 10010111 | 10101010 | 11000 | 1011 | 0 | 100001 | 11010000 | 10011 | 111011 |
Color Harmonies of #8197AA
Complementary color
Monochromatic Colors of #8197AA
Black with #8197AA
Text Example
Text Example
White with #8197AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8197AA; }
p { color: rgb(129,151,170); }
H1.HeaderClassName
{
color: #8197AA;
}
.AnyTagClassName
{
color: #8197AA;
}
</style>
background-color css
<style>
a { background-color: #8197AA; }
a { background-color: rgb(129,151,170); }
div.DivClassName
{
background-color: #8197AA;
}
.BgClassName
{
background-color: #8197AA;
}
</style>
border-color css
<style>
span { border-color: #8197AA; }
span { border-color: rgb(129,151,170); }
td.TdClassName
{
border-color: #8197AA;
}
.TagClassName
{
border-color: #8197AA;
}
</style>