Shades of Bali Hai #8898A8
Tints of Bali Hai #8898A8
RGB
CMYK
RGB Variations
Color information
#8898A8 (or 0x8898A8) is known color: Bali Hai. HEX triplet: 88, 98 and A8. RGB value is (136,152,168). Sum of RGB (Red+Green+Blue) = 136+152+168=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 168 - color contains mainly: blue. Hex color #8898A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8898A8 is #776757. Grayscale: #949494. Windows color (decimal): -7825240 or 11049096. OLE color: 11049096.
HSL color Cylindrical-coordinate representation of color #8898A8: hue angle of 210º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8898A8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 152 | 168 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.34 |
| HSL | 210º | 0.16% | 0.6% | - |
| HSV(B) | 210º | 0.19% | 0.66% | - |
| XYZ | 28.45 | 30.52 | 41.44 | - |
| YUV | 149.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 168 | 0.19 | 0.10 | 0 | 0.34 | 210 | 0.16 | 0.6 |
| Hex | 88 | 98 | A8 | 13 | A | 0 | 22 | D2 | 10 | 3C |
| Octal | 210 | 230 | 250 | 23 | 12 | 0 | 42 | 322 | 20 | 74 |
| Binary | 10001000 | 10011000 | 10101000 | 10011 | 1010 | 0 | 100010 | 11010010 | 10000 | 111100 |
Color Harmonies of #8898A8
Complementary color
Monochromatic Colors of #8898A8
Black with #8898A8
Text Example
Text Example
White with #8898A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898A8; }
p { color: rgb(136,152,168); }
H1.HeaderClassName
{
color: #8898A8;
}
.AnyTagClassName
{
color: #8898A8;
}
</style>
background-color css
<style>
a { background-color: #8898A8; }
a { background-color: rgb(136,152,168); }
div.DivClassName
{
background-color: #8898A8;
}
.BgClassName
{
background-color: #8898A8;
}
</style>
border-color css
<style>
span { border-color: #8898A8; }
span { border-color: rgb(136,152,168); }
td.TdClassName
{
border-color: #8898A8;
}
.TagClassName
{
border-color: #8898A8;
}
</style>