Shades of Bali Hai #80A0B5
Tints of Bali Hai #80A0B5
RGB
CMYK
RGB Variations
Color information
#80A0B5 (or 0x80A0B5) is known color: Bali Hai. HEX triplet: 80, A0 and B5. RGB value is (128,160,181). Sum of RGB (Red+Green+Blue) = 128+160+181=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #80A0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0B5 is #7F5F4A. Grayscale: #989898. Windows color (decimal): -8347467 or 11903104. OLE color: 11903104.
HSL color Cylindrical-coordinate representation of color #80A0B5: hue angle of 203.77º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80A0B5 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 160 | 181 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.29 |
| HSL | 203.77º | 0.26% | 0.61% | - |
| HSV(B) | 203.77º | 0.29% | 0.71% | - |
| XYZ | 29.81 | 33.07 | 48.53 | - |
| YUV | 152.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 181 | 0.29 | 0.12 | 0 | 0.29 | 203.77 | 0.26 | 0.61 |
| Hex | 80 | A0 | B5 | 1D | C | 0 | 1D | CC | 1A | 3D |
| Octal | 200 | 240 | 265 | 35 | 14 | 0 | 35 | 314 | 32 | 75 |
| Binary | 10000000 | 10100000 | 10110101 | 11101 | 1100 | 0 | 11101 | 11001100 | 11010 | 111101 |
Color Harmonies of #80A0B5
Complementary color
Monochromatic Colors of #80A0B5
Black with #80A0B5
Text Example
Text Example
White with #80A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0B5; }
p { color: rgb(128,160,181); }
H1.HeaderClassName
{
color: #80A0B5;
}
.AnyTagClassName
{
color: #80A0B5;
}
</style>
background-color css
<style>
a { background-color: #80A0B5; }
a { background-color: rgb(128,160,181); }
div.DivClassName
{
background-color: #80A0B5;
}
.BgClassName
{
background-color: #80A0B5;
}
</style>
border-color css
<style>
span { border-color: #80A0B5; }
span { border-color: rgb(128,160,181); }
td.TdClassName
{
border-color: #80A0B5;
}
.TagClassName
{
border-color: #80A0B5;
}
</style>