Shades of Bali Hai #8C96A4
Tints of Bali Hai #8C96A4
RGB
CMYK
RGB Variations
Color information
#8C96A4 (or 0x8C96A4) is known color: Bali Hai. HEX triplet: 8C, 96 and A4. RGB value is (140,150,164). Sum of RGB (Red+Green+Blue) = 140+150+164=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C96A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C96A4 is #73695B. Grayscale: #949494. Windows color (decimal): -7563612 or 10786444. OLE color: 10786444.
HSL color Cylindrical-coordinate representation of color #8C96A4: hue angle of 215º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C96A4 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 150 | 164 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.36 |
| HSL | 215º | 0.12% | 0.6% | - |
| HSV(B) | 215º | 0.15% | 0.64% | - |
| XYZ | 28.42 | 30.07 | 39.43 | - |
| YUV | 148.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 164 | 0.15 | 0.09 | 0 | 0.36 | 215 | 0.12 | 0.6 |
| Hex | 8C | 96 | A4 | F | 9 | 0 | 24 | D7 | C | 3C |
| Octal | 214 | 226 | 244 | 17 | 11 | 0 | 44 | 327 | 14 | 74 |
| Binary | 10001100 | 10010110 | 10100100 | 1111 | 1001 | 0 | 100100 | 11010111 | 1100 | 111100 |
Color Harmonies of #8C96A4
Complementary color
Monochromatic Colors of #8C96A4
Black with #8C96A4
Text Example
Text Example
White with #8C96A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C96A4; }
p { color: rgb(140,150,164); }
H1.HeaderClassName
{
color: #8C96A4;
}
.AnyTagClassName
{
color: #8C96A4;
}
</style>
background-color css
<style>
a { background-color: #8C96A4; }
a { background-color: rgb(140,150,164); }
div.DivClassName
{
background-color: #8C96A4;
}
.BgClassName
{
background-color: #8C96A4;
}
</style>
border-color css
<style>
span { border-color: #8C96A4; }
span { border-color: rgb(140,150,164); }
td.TdClassName
{
border-color: #8C96A4;
}
.TagClassName
{
border-color: #8C96A4;
}
</style>