Shades of Bali Hai #8898A1
Tints of Bali Hai #8898A1
RGB
CMYK
RGB Variations
Color information
#8898A1 (or 0x8898A1) is known color: Bali Hai. HEX triplet: 88, 98 and A1. RGB value is (136,152,161). Sum of RGB (Red+Green+Blue) = 136+152+161=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 161 - color contains mainly: blue. Hex color #8898A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8898A1 is #77675E. Grayscale: #949494. Windows color (decimal): -7825247 or 10590344. OLE color: 10590344.
HSL color Cylindrical-coordinate representation of color #8898A1: hue angle of 201.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8898A1 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 152 | 161 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.37 |
| HSL | 201.6º | 0.12% | 0.58% | - |
| HSV(B) | 201.6º | 0.16% | 0.63% | - |
| XYZ | 27.81 | 30.26 | 38.09 | - |
| YUV | 148.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 161 | 0.16 | 0.06 | 0 | 0.37 | 201.6 | 0.12 | 0.58 |
| Hex | 88 | 98 | A1 | 10 | 6 | 0 | 25 | CA | C | 3A |
| Octal | 210 | 230 | 241 | 20 | 6 | 0 | 45 | 312 | 14 | 72 |
| Binary | 10001000 | 10011000 | 10100001 | 10000 | 110 | 0 | 100101 | 11001010 | 1100 | 111010 |
Color Harmonies of #8898A1
Complementary color
Monochromatic Colors of #8898A1
Black with #8898A1
Text Example
Text Example
White with #8898A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898A1; }
p { color: rgb(136,152,161); }
H1.HeaderClassName
{
color: #8898A1;
}
.AnyTagClassName
{
color: #8898A1;
}
</style>
background-color css
<style>
a { background-color: #8898A1; }
a { background-color: rgb(136,152,161); }
div.DivClassName
{
background-color: #8898A1;
}
.BgClassName
{
background-color: #8898A1;
}
</style>
border-color css
<style>
span { border-color: #8898A1; }
span { border-color: rgb(136,152,161); }
td.TdClassName
{
border-color: #8898A1;
}
.TagClassName
{
border-color: #8898A1;
}
</style>