Shades of Bali Hai #8396AA
Tints of Bali Hai #8396AA
RGB
CMYK
RGB Variations
Color information
#8396AA (or 0x8396AA) is known color: Bali Hai. HEX triplet: 83, 96 and AA. RGB value is (131,150,170). Sum of RGB (Red+Green+Blue) = 131+150+170=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8396AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8396AA is #7C6955. Grayscale: #929292. Windows color (decimal): -8153430 or 11179651. OLE color: 11179651.
HSL color Cylindrical-coordinate representation of color #8396AA: hue angle of 210.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8396AA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 150 | 170 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.33 |
| HSL | 210.77º | 0.19% | 0.59% | - |
| HSV(B) | 210.77º | 0.23% | 0.67% | - |
| XYZ | 27.52 | 29.54 | 42.28 | - |
| YUV | 146.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 170 | 0.23 | 0.12 | 0 | 0.33 | 210.77 | 0.19 | 0.59 |
| Hex | 83 | 96 | AA | 17 | C | 0 | 21 | D3 | 13 | 3B |
| Octal | 203 | 226 | 252 | 27 | 14 | 0 | 41 | 323 | 23 | 73 |
| Binary | 10000011 | 10010110 | 10101010 | 10111 | 1100 | 0 | 100001 | 11010011 | 10011 | 111011 |
Color Harmonies of #8396AA
Complementary color
Monochromatic Colors of #8396AA
Black with #8396AA
Text Example
Text Example
White with #8396AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8396AA; }
p { color: rgb(131,150,170); }
H1.HeaderClassName
{
color: #8396AA;
}
.AnyTagClassName
{
color: #8396AA;
}
</style>
background-color css
<style>
a { background-color: #8396AA; }
a { background-color: rgb(131,150,170); }
div.DivClassName
{
background-color: #8396AA;
}
.BgClassName
{
background-color: #8396AA;
}
</style>
border-color css
<style>
span { border-color: #8396AA; }
span { border-color: rgb(131,150,170); }
td.TdClassName
{
border-color: #8396AA;
}
.TagClassName
{
border-color: #8396AA;
}
</style>