Shades of Bali Hai #8894A0
Tints of Bali Hai #8894A0
RGB
CMYK
RGB Variations
Color information
#8894A0 (or 0x8894A0) is known color: Bali Hai. HEX triplet: 88, 94 and A0. RGB value is (136,148,160). Sum of RGB (Red+Green+Blue) = 136+148+160=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 160 - color contains mainly: blue. Hex color #8894A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8894A0 is #776B5F. Grayscale: #919191. Windows color (decimal): -7826272 or 10523784. OLE color: 10523784.
HSL color Cylindrical-coordinate representation of color #8894A0: hue angle of 210º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8894A0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 148 | 160 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.37 |
| HSL | 210º | 0.11% | 0.58% | - |
| HSV(B) | 210º | 0.15% | 0.63% | - |
| XYZ | 27.09 | 28.95 | 37.42 | - |
| YUV | 145.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 160 | 0.15 | 0.07 | 0 | 0.37 | 210 | 0.11 | 0.58 |
| Hex | 88 | 94 | A0 | F | 7 | 0 | 25 | D2 | B | 3A |
| Octal | 210 | 224 | 240 | 17 | 7 | 0 | 45 | 322 | 13 | 72 |
| Binary | 10001000 | 10010100 | 10100000 | 1111 | 111 | 0 | 100101 | 11010010 | 1011 | 111010 |
Color Harmonies of #8894A0
Complementary color
Monochromatic Colors of #8894A0
Black with #8894A0
Text Example
Text Example
White with #8894A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894A0; }
p { color: rgb(136,148,160); }
H1.HeaderClassName
{
color: #8894A0;
}
.AnyTagClassName
{
color: #8894A0;
}
</style>
background-color css
<style>
a { background-color: #8894A0; }
a { background-color: rgb(136,148,160); }
div.DivClassName
{
background-color: #8894A0;
}
.BgClassName
{
background-color: #8894A0;
}
</style>
border-color css
<style>
span { border-color: #8894A0; }
span { border-color: rgb(136,148,160); }
td.TdClassName
{
border-color: #8894A0;
}
.TagClassName
{
border-color: #8894A0;
}
</style>