Shades of Bali Hai #8397AC
Tints of Bali Hai #8397AC
RGB
CMYK
RGB Variations
Color information
#8397AC (or 0x8397AC) is known color: Bali Hai. HEX triplet: 83, 97 and AC. RGB value is (131,151,172). Sum of RGB (Red+Green+Blue) = 131+151+172=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 151 (59.38% from 255 or 33.26% 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 #8397AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8397AC is #7C6853. Grayscale: #939393. Windows color (decimal): -8153172 or 11310979. OLE color: 11310979.
HSL color Cylindrical-coordinate representation of color #8397AC: hue angle of 210.73º degrees, saturation: 0.2, 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 #8397AC is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 151 | 172 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.33 |
| HSL | 210.73º | 0.2% | 0.59% | - |
| HSV(B) | 210.73º | 0.24% | 0.67% | - |
| XYZ | 27.87 | 29.94 | 43.34 | - |
| YUV | 147.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 172 | 0.24 | 0.12 | 0 | 0.33 | 210.73 | 0.2 | 0.59 |
| Hex | 83 | 97 | AC | 18 | C | 0 | 21 | D3 | 14 | 3B |
| Octal | 203 | 227 | 254 | 30 | 14 | 0 | 41 | 323 | 24 | 73 |
| Binary | 10000011 | 10010111 | 10101100 | 11000 | 1100 | 0 | 100001 | 11010011 | 10100 | 111011 |
Color Harmonies of #8397AC
Complementary color
Monochromatic Colors of #8397AC
Black with #8397AC
Text Example
Text Example
White with #8397AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8397AC; }
p { color: rgb(131,151,172); }
H1.HeaderClassName
{
color: #8397AC;
}
.AnyTagClassName
{
color: #8397AC;
}
</style>
background-color css
<style>
a { background-color: #8397AC; }
a { background-color: rgb(131,151,172); }
div.DivClassName
{
background-color: #8397AC;
}
.BgClassName
{
background-color: #8397AC;
}
</style>
border-color css
<style>
span { border-color: #8397AC; }
span { border-color: rgb(131,151,172); }
td.TdClassName
{
border-color: #8397AC;
}
.TagClassName
{
border-color: #8397AC;
}
</style>