Shades of Bali Hai #8A98AA
Tints of Bali Hai #8A98AA
RGB
CMYK
RGB Variations
Color information
#8A98AA (or 0x8A98AA) is known color: Bali Hai. HEX triplet: 8A, 98 and AA. RGB value is (138,152,170). Sum of RGB (Red+Green+Blue) = 138+152+170=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A98AA is #756755. Grayscale: #959595. Windows color (decimal): -7694166 or 11180170. OLE color: 11180170.
HSL color Cylindrical-coordinate representation of color #8A98AA: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A98AA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 152 | 170 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.33 |
| HSL | 213.75º | 0.16% | 0.6% | - |
| HSV(B) | 213.75º | 0.19% | 0.67% | - |
| XYZ | 28.97 | 30.76 | 42.44 | - |
| YUV | 149.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 170 | 0.19 | 0.11 | 0 | 0.33 | 213.75 | 0.16 | 0.6 |
| Hex | 8A | 98 | AA | 13 | B | 0 | 21 | D6 | 10 | 3C |
| Octal | 212 | 230 | 252 | 23 | 13 | 0 | 41 | 326 | 20 | 74 |
| Binary | 10001010 | 10011000 | 10101010 | 10011 | 1011 | 0 | 100001 | 11010110 | 10000 | 111100 |
Color Harmonies of #8A98AA
Complementary color
Monochromatic Colors of #8A98AA
Black with #8A98AA
Text Example
Text Example
White with #8A98AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A98AA; }
p { color: rgb(138,152,170); }
H1.HeaderClassName
{
color: #8A98AA;
}
.AnyTagClassName
{
color: #8A98AA;
}
</style>
background-color css
<style>
a { background-color: #8A98AA; }
a { background-color: rgb(138,152,170); }
div.DivClassName
{
background-color: #8A98AA;
}
.BgClassName
{
background-color: #8A98AA;
}
</style>
border-color css
<style>
span { border-color: #8A98AA; }
span { border-color: rgb(138,152,170); }
td.TdClassName
{
border-color: #8A98AA;
}
.TagClassName
{
border-color: #8A98AA;
}
</style>