Shades of Bali Hai #80A2B1
Tints of Bali Hai #80A2B1
RGB
CMYK
RGB Variations
Color information
#80A2B1 (or 0x80A2B1) is known color: Bali Hai. HEX triplet: 80, A2 and B1. RGB value is (128,162,177). Sum of RGB (Red+Green+Blue) = 128+162+177=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #80A2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A2B1 is #7F5D4E. Grayscale: #999999. Windows color (decimal): -8346959 or 11641472. OLE color: 11641472.
HSL color Cylindrical-coordinate representation of color #80A2B1: hue angle of 198.37º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A2B1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 162 | 177 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.31 |
| HSL | 198.37º | 0.24% | 0.6% | - |
| HSV(B) | 198.37º | 0.28% | 0.69% | - |
| XYZ | 29.76 | 33.6 | 46.51 | - |
| YUV | 153.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 177 | 0.28 | 0.08 | 0 | 0.31 | 198.37 | 0.24 | 0.6 |
| Hex | 80 | A2 | B1 | 1C | 8 | 0 | 1F | C6 | 18 | 3C |
| Octal | 200 | 242 | 261 | 34 | 10 | 0 | 37 | 306 | 30 | 74 |
| Binary | 10000000 | 10100010 | 10110001 | 11100 | 1000 | 0 | 11111 | 11000110 | 11000 | 111100 |
Color Harmonies of #80A2B1
Complementary color
Monochromatic Colors of #80A2B1
Black with #80A2B1
Text Example
Text Example
White with #80A2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2B1; }
p { color: rgb(128,162,177); }
H1.HeaderClassName
{
color: #80A2B1;
}
.AnyTagClassName
{
color: #80A2B1;
}
</style>
background-color css
<style>
a { background-color: #80A2B1; }
a { background-color: rgb(128,162,177); }
div.DivClassName
{
background-color: #80A2B1;
}
.BgClassName
{
background-color: #80A2B1;
}
</style>
border-color css
<style>
span { border-color: #80A2B1; }
span { border-color: rgb(128,162,177); }
td.TdClassName
{
border-color: #80A2B1;
}
.TagClassName
{
border-color: #80A2B1;
}
</style>