Shades of Bali Hai #8298AD
Tints of Bali Hai #8298AD
RGB
CMYK
RGB Variations
Color information
#8298AD (or 0x8298AD) is known color: Bali Hai. HEX triplet: 82, 98 and AD. RGB value is (130,152,173). Sum of RGB (Red+Green+Blue) = 130+152+173=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #8298AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8298AD is #7D6752. Grayscale: #939393. Windows color (decimal): -8218451 or 11376770. OLE color: 11376770.
HSL color Cylindrical-coordinate representation of color #8298AD: hue angle of 209.3º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8298AD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 152 | 173 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.32 |
| HSL | 209.3º | 0.21% | 0.59% | - |
| HSV(B) | 209.3º | 0.25% | 0.68% | - |
| XYZ | 27.98 | 30.22 | 43.89 | - |
| YUV | 147.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 173 | 0.25 | 0.12 | 0 | 0.32 | 209.3 | 0.21 | 0.59 |
| Hex | 82 | 98 | AD | 19 | C | 0 | 20 | D1 | 15 | 3B |
| Octal | 202 | 230 | 255 | 31 | 14 | 0 | 40 | 321 | 25 | 73 |
| Binary | 10000010 | 10011000 | 10101101 | 11001 | 1100 | 0 | 100000 | 11010001 | 10101 | 111011 |
Color Harmonies of #8298AD
Complementary color
Monochromatic Colors of #8298AD
Black with #8298AD
Text Example
Text Example
White with #8298AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8298AD; }
p { color: rgb(130,152,173); }
H1.HeaderClassName
{
color: #8298AD;
}
.AnyTagClassName
{
color: #8298AD;
}
</style>
background-color css
<style>
a { background-color: #8298AD; }
a { background-color: rgb(130,152,173); }
div.DivClassName
{
background-color: #8298AD;
}
.BgClassName
{
background-color: #8298AD;
}
</style>
border-color css
<style>
span { border-color: #8298AD; }
span { border-color: rgb(130,152,173); }
td.TdClassName
{
border-color: #8298AD;
}
.TagClassName
{
border-color: #8298AD;
}
</style>