Shades of Bali Hai #8298AA
Tints of Bali Hai #8298AA
RGB
CMYK
RGB Variations
Color information
#8298AA (or 0x8298AA) is known color: Bali Hai. HEX triplet: 82, 98 and AA. RGB value is (130,152,170). Sum of RGB (Red+Green+Blue) = 130+152+170=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8298AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8298AA is #7D6755. Grayscale: #939393. Windows color (decimal): -8218454 or 11180162. OLE color: 11180162.
HSL color Cylindrical-coordinate representation of color #8298AA: hue angle of 207º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8298AA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 152 | 170 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.33 |
| HSL | 207º | 0.19% | 0.59% | - |
| HSV(B) | 207º | 0.24% | 0.67% | - |
| XYZ | 27.69 | 30.1 | 42.38 | - |
| YUV | 147.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 170 | 0.24 | 0.11 | 0 | 0.33 | 207 | 0.19 | 0.59 |
| Hex | 82 | 98 | AA | 18 | B | 0 | 21 | CF | 13 | 3B |
| Octal | 202 | 230 | 252 | 30 | 13 | 0 | 41 | 317 | 23 | 73 |
| Binary | 10000010 | 10011000 | 10101010 | 11000 | 1011 | 0 | 100001 | 11001111 | 10011 | 111011 |
Color Harmonies of #8298AA
Complementary color
Monochromatic Colors of #8298AA
Black with #8298AA
Text Example
Text Example
White with #8298AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298AA; }
p { color: rgb(130,152,170); }
H1.HeaderClassName
{
color: #8298AA;
}
.AnyTagClassName
{
color: #8298AA;
}
</style>
background-color css
<style>
a { background-color: #8298AA; }
a { background-color: rgb(130,152,170); }
div.DivClassName
{
background-color: #8298AA;
}
.BgClassName
{
background-color: #8298AA;
}
</style>
border-color css
<style>
span { border-color: #8298AA; }
span { border-color: rgb(130,152,170); }
td.TdClassName
{
border-color: #8298AA;
}
.TagClassName
{
border-color: #8298AA;
}
</style>