Shades of Bali Hai #80A2B4
Tints of Bali Hai #80A2B4
RGB
CMYK
RGB Variations
Color information
#80A2B4 (or 0x80A2B4) is known color: Bali Hai. HEX triplet: 80, A2 and B4. RGB value is (128,162,180). Sum of RGB (Red+Green+Blue) = 128+162+180=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #80A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2B4 is #7F5D4B. Grayscale: #999999. Windows color (decimal): -8346956 or 11838080. OLE color: 11838080.
HSL color Cylindrical-coordinate representation of color #80A2B4: hue angle of 200.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80A2B4 is Cyan = 0.29, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 162 | 180 | - |
| CMYK | 0.29 | 0.1 | 0 | 0.29 |
| HSL | 200.77º | 0.26% | 0.6% | - |
| HSV(B) | 200.77º | 0.29% | 0.71% | - |
| XYZ | 30.06 | 33.73 | 48.11 | - |
| YUV | 153.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 180 | 0.29 | 0.1 | 0 | 0.29 | 200.77 | 0.26 | 0.6 |
| Hex | 80 | A2 | B4 | 1D | A | 0 | 1D | C9 | 1A | 3C |
| Octal | 200 | 242 | 264 | 35 | 12 | 0 | 35 | 311 | 32 | 74 |
| Binary | 10000000 | 10100010 | 10110100 | 11101 | 1010 | 0 | 11101 | 11001001 | 11010 | 111100 |
Color Harmonies of #80A2B4
Complementary color
Monochromatic Colors of #80A2B4
Black with #80A2B4
Text Example
Text Example
White with #80A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2B4; }
p { color: rgb(128,162,180); }
H1.HeaderClassName
{
color: #80A2B4;
}
.AnyTagClassName
{
color: #80A2B4;
}
</style>
background-color css
<style>
a { background-color: #80A2B4; }
a { background-color: rgb(128,162,180); }
div.DivClassName
{
background-color: #80A2B4;
}
.BgClassName
{
background-color: #80A2B4;
}
</style>
border-color css
<style>
span { border-color: #80A2B4; }
span { border-color: rgb(128,162,180); }
td.TdClassName
{
border-color: #80A2B4;
}
.TagClassName
{
border-color: #80A2B4;
}
</style>