Shades of Bali Hai #8496A4
Tints of Bali Hai #8496A4
RGB
CMYK
RGB Variations
Color information
#8496A4 (or 0x8496A4) is known color: Bali Hai. HEX triplet: 84, 96 and A4. RGB value is (132,150,164). Sum of RGB (Red+Green+Blue) = 132+150+164=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 164 - color contains mainly: blue. Hex color #8496A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8496A4 is #7B695B. Grayscale: #929292. Windows color (decimal): -8087900 or 10786436. OLE color: 10786436.
HSL color Cylindrical-coordinate representation of color #8496A4: hue angle of 206.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8496A4 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 150 | 164 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.36 |
| HSL | 206.25º | 0.15% | 0.58% | - |
| HSV(B) | 206.25º | 0.2% | 0.64% | - |
| XYZ | 27.12 | 29.4 | 39.37 | - |
| YUV | 146.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 164 | 0.20 | 0.09 | 0 | 0.36 | 206.25 | 0.15 | 0.58 |
| Hex | 84 | 96 | A4 | 14 | 9 | 0 | 24 | CE | F | 3A |
| Octal | 204 | 226 | 244 | 24 | 11 | 0 | 44 | 316 | 17 | 72 |
| Binary | 10000100 | 10010110 | 10100100 | 10100 | 1001 | 0 | 100100 | 11001110 | 1111 | 111010 |
Color Harmonies of #8496A4
Complementary color
Monochromatic Colors of #8496A4
Black with #8496A4
Text Example
Text Example
White with #8496A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496A4; }
p { color: rgb(132,150,164); }
H1.HeaderClassName
{
color: #8496A4;
}
.AnyTagClassName
{
color: #8496A4;
}
</style>
background-color css
<style>
a { background-color: #8496A4; }
a { background-color: rgb(132,150,164); }
div.DivClassName
{
background-color: #8496A4;
}
.BgClassName
{
background-color: #8496A4;
}
</style>
border-color css
<style>
span { border-color: #8496A4; }
span { border-color: rgb(132,150,164); }
td.TdClassName
{
border-color: #8496A4;
}
.TagClassName
{
border-color: #8496A4;
}
</style>