Shades of Bali Hai #8998A8
Tints of Bali Hai #8998A8
RGB
CMYK
RGB Variations
Color information
#8998A8 (or 0x8998A8) is known color: Bali Hai. HEX triplet: 89, 98 and A8. RGB value is (137,152,168). Sum of RGB (Red+Green+Blue) = 137+152+168=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 168 - color contains mainly: blue. Hex color #8998A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8998A8 is #766757. Grayscale: #959595. Windows color (decimal): -7759704 or 11049097. OLE color: 11049097.
HSL color Cylindrical-coordinate representation of color #8998A8: hue angle of 210.97º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8998A8 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 152 | 168 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.34 |
| HSL | 210.97º | 0.15% | 0.6% | - |
| HSV(B) | 210.97º | 0.18% | 0.66% | - |
| XYZ | 28.61 | 30.6 | 41.44 | - |
| YUV | 149.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 168 | 0.18 | 0.10 | 0 | 0.34 | 210.97 | 0.15 | 0.6 |
| Hex | 89 | 98 | A8 | 12 | A | 0 | 22 | D3 | F | 3C |
| Octal | 211 | 230 | 250 | 22 | 12 | 0 | 42 | 323 | 17 | 74 |
| Binary | 10001001 | 10011000 | 10101000 | 10010 | 1010 | 0 | 100010 | 11010011 | 1111 | 111100 |
Color Harmonies of #8998A8
Complementary color
Monochromatic Colors of #8998A8
Black with #8998A8
Text Example
Text Example
White with #8998A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8998A8; }
p { color: rgb(137,152,168); }
H1.HeaderClassName
{
color: #8998A8;
}
.AnyTagClassName
{
color: #8998A8;
}
</style>
background-color css
<style>
a { background-color: #8998A8; }
a { background-color: rgb(137,152,168); }
div.DivClassName
{
background-color: #8998A8;
}
.BgClassName
{
background-color: #8998A8;
}
</style>
border-color css
<style>
span { border-color: #8998A8; }
span { border-color: rgb(137,152,168); }
td.TdClassName
{
border-color: #8998A8;
}
.TagClassName
{
border-color: #8998A8;
}
</style>