Shades of Bali Hai #8498AA
Tints of Bali Hai #8498AA
RGB
CMYK
RGB Variations
Color information
#8498AA (or 0x8498AA) is known color: Bali Hai. HEX triplet: 84, 98 and AA. RGB value is (132,152,170). Sum of RGB (Red+Green+Blue) = 132+152+170=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #8498AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8498AA is #7B6755. Grayscale: #939393. Windows color (decimal): -8087382 or 11180164. OLE color: 11180164.
HSL color Cylindrical-coordinate representation of color #8498AA: hue angle of 208.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8498AA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 152 | 170 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.33 |
| HSL | 208.42º | 0.18% | 0.59% | - |
| HSV(B) | 208.42º | 0.22% | 0.67% | - |
| XYZ | 28 | 30.26 | 42.4 | - |
| YUV | 148.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 170 | 0.22 | 0.11 | 0 | 0.33 | 208.42 | 0.18 | 0.59 |
| Hex | 84 | 98 | AA | 16 | B | 0 | 21 | D0 | 12 | 3B |
| Octal | 204 | 230 | 252 | 26 | 13 | 0 | 41 | 320 | 22 | 73 |
| Binary | 10000100 | 10011000 | 10101010 | 10110 | 1011 | 0 | 100001 | 11010000 | 10010 | 111011 |
Color Harmonies of #8498AA
Complementary color
Monochromatic Colors of #8498AA
Black with #8498AA
Text Example
Text Example
White with #8498AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498AA; }
p { color: rgb(132,152,170); }
H1.HeaderClassName
{
color: #8498AA;
}
.AnyTagClassName
{
color: #8498AA;
}
</style>
background-color css
<style>
a { background-color: #8498AA; }
a { background-color: rgb(132,152,170); }
div.DivClassName
{
background-color: #8498AA;
}
.BgClassName
{
background-color: #8498AA;
}
</style>
border-color css
<style>
span { border-color: #8498AA; }
span { border-color: rgb(132,152,170); }
td.TdClassName
{
border-color: #8498AA;
}
.TagClassName
{
border-color: #8498AA;
}
</style>