Shades of Bali Hai #8498AF
Tints of Bali Hai #8498AF
RGB
CMYK
RGB Variations
Color information
#8498AF (or 0x8498AF) is known color: Bali Hai. HEX triplet: 84, 98 and AF. RGB value is (132,152,175). Sum of RGB (Red+Green+Blue) = 132+152+175=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #8498AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8498AF is #7B6750. Grayscale: #949494. Windows color (decimal): -8087377 or 11507844. OLE color: 11507844.
HSL color Cylindrical-coordinate representation of color #8498AF: hue angle of 212.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8498AF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 152 | 175 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.31 |
| HSL | 212.09º | 0.21% | 0.6% | - |
| HSV(B) | 212.09º | 0.25% | 0.69% | - |
| XYZ | 28.48 | 30.46 | 44.94 | - |
| YUV | 148.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 175 | 0.25 | 0.13 | 0 | 0.31 | 212.09 | 0.21 | 0.6 |
| Hex | 84 | 98 | AF | 19 | D | 0 | 1F | D4 | 15 | 3C |
| Octal | 204 | 230 | 257 | 31 | 15 | 0 | 37 | 324 | 25 | 74 |
| Binary | 10000100 | 10011000 | 10101111 | 11001 | 1101 | 0 | 11111 | 11010100 | 10101 | 111100 |
Color Harmonies of #8498AF
Complementary color
Monochromatic Colors of #8498AF
Black with #8498AF
Text Example
Text Example
White with #8498AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8498AF; }
p { color: rgb(132,152,175); }
H1.HeaderClassName
{
color: #8498AF;
}
.AnyTagClassName
{
color: #8498AF;
}
</style>
background-color css
<style>
a { background-color: #8498AF; }
a { background-color: rgb(132,152,175); }
div.DivClassName
{
background-color: #8498AF;
}
.BgClassName
{
background-color: #8498AF;
}
</style>
border-color css
<style>
span { border-color: #8498AF; }
span { border-color: rgb(132,152,175); }
td.TdClassName
{
border-color: #8498AF;
}
.TagClassName
{
border-color: #8498AF;
}
</style>