Shades of Bali Hai #8098A0
Tints of Bali Hai #8098A0
RGB
CMYK
RGB Variations
Color information
#8098A0 (or 0x8098A0) is known color: Bali Hai. HEX triplet: 80, 98 and A0. RGB value is (128,152,160). Sum of RGB (Red+Green+Blue) = 128+152+160=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 160 - color contains mainly: blue. Hex color #8098A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8098A0 is #7F675F. Grayscale: #919191. Windows color (decimal): -8349536 or 10524800. OLE color: 10524800.
HSL color Cylindrical-coordinate representation of color #8098A0: hue angle of 195º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8098A0 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 152 | 160 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.37 |
| HSL | 195º | 0.14% | 0.56% | - |
| HSV(B) | 195º | 0.2% | 0.63% | - |
| XYZ | 26.48 | 29.58 | 37.57 | - |
| YUV | 145.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 160 | 0.20 | 0.05 | 0 | 0.37 | 195 | 0.14 | 0.56 |
| Hex | 80 | 98 | A0 | 14 | 5 | 0 | 25 | C3 | E | 38 |
| Octal | 200 | 230 | 240 | 24 | 5 | 0 | 45 | 303 | 16 | 70 |
| Binary | 10000000 | 10011000 | 10100000 | 10100 | 101 | 0 | 100101 | 11000011 | 1110 | 111000 |
Color Harmonies of #8098A0
Complementary color
Monochromatic Colors of #8098A0
Black with #8098A0
Text Example
Text Example
White with #8098A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8098A0; }
p { color: rgb(128,152,160); }
H1.HeaderClassName
{
color: #8098A0;
}
.AnyTagClassName
{
color: #8098A0;
}
</style>
background-color css
<style>
a { background-color: #8098A0; }
a { background-color: rgb(128,152,160); }
div.DivClassName
{
background-color: #8098A0;
}
.BgClassName
{
background-color: #8098A0;
}
</style>
border-color css
<style>
span { border-color: #8098A0; }
span { border-color: rgb(128,152,160); }
td.TdClassName
{
border-color: #8098A0;
}
.TagClassName
{
border-color: #8098A0;
}
</style>