Shades of Bali Hai #8397AA
Tints of Bali Hai #8397AA
RGB
CMYK
RGB Variations
Color information
#8397AA (or 0x8397AA) is known color: Bali Hai. HEX triplet: 83, 97 and AA. RGB value is (131,151,170). Sum of RGB (Red+Green+Blue) = 131+151+170=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8397AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8397AA is #7C6855. Grayscale: #939393. Windows color (decimal): -8153174 or 11179907. OLE color: 11179907.
HSL color Cylindrical-coordinate representation of color #8397AA: hue angle of 209.23º 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 #8397AA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 151 | 170 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.33 |
| HSL | 209.23º | 0.19% | 0.59% | - |
| HSV(B) | 209.23º | 0.23% | 0.67% | - |
| XYZ | 27.68 | 29.86 | 42.33 | - |
| YUV | 147.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 170 | 0.23 | 0.11 | 0 | 0.33 | 209.23 | 0.19 | 0.59 |
| Hex | 83 | 97 | AA | 17 | B | 0 | 21 | D1 | 13 | 3B |
| Octal | 203 | 227 | 252 | 27 | 13 | 0 | 41 | 321 | 23 | 73 |
| Binary | 10000011 | 10010111 | 10101010 | 10111 | 1011 | 0 | 100001 | 11010001 | 10011 | 111011 |
Color Harmonies of #8397AA
Complementary color
Monochromatic Colors of #8397AA
Black with #8397AA
Text Example
Text Example
White with #8397AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397AA; }
p { color: rgb(131,151,170); }
H1.HeaderClassName
{
color: #8397AA;
}
.AnyTagClassName
{
color: #8397AA;
}
</style>
background-color css
<style>
a { background-color: #8397AA; }
a { background-color: rgb(131,151,170); }
div.DivClassName
{
background-color: #8397AA;
}
.BgClassName
{
background-color: #8397AA;
}
</style>
border-color css
<style>
span { border-color: #8397AA; }
span { border-color: rgb(131,151,170); }
td.TdClassName
{
border-color: #8397AA;
}
.TagClassName
{
border-color: #8397AA;
}
</style>