Shades of Bali Hai #80A3B5
Tints of Bali Hai #80A3B5
RGB
CMYK
RGB Variations
Color information
#80A3B5 (or 0x80A3B5) is known color: Bali Hai. HEX triplet: 80, A3 and B5. RGB value is (128,163,181). Sum of RGB (Red+Green+Blue) = 128+163+181=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #80A3B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3B5 is #7F5C4A. Grayscale: #9A9A9A. Windows color (decimal): -8346699 or 11903872. OLE color: 11903872.
HSL color Cylindrical-coordinate representation of color #80A3B5: hue angle of 200.38º 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 #80A3B5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 163 | 181 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.29 |
| HSL | 200.38º | 0.26% | 0.61% | - |
| HSV(B) | 200.38º | 0.29% | 0.71% | - |
| XYZ | 30.34 | 34.12 | 48.7 | - |
| YUV | 154.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 181 | 0.29 | 0.10 | 0 | 0.29 | 200.38 | 0.26 | 0.61 |
| Hex | 80 | A3 | B5 | 1D | A | 0 | 1D | C8 | 1A | 3D |
| Octal | 200 | 243 | 265 | 35 | 12 | 0 | 35 | 310 | 32 | 75 |
| Binary | 10000000 | 10100011 | 10110101 | 11101 | 1010 | 0 | 11101 | 11001000 | 11010 | 111101 |
Color Harmonies of #80A3B5
Complementary color
Monochromatic Colors of #80A3B5
Black with #80A3B5
Text Example
Text Example
White with #80A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A3B5; }
p { color: rgb(128,163,181); }
H1.HeaderClassName
{
color: #80A3B5;
}
.AnyTagClassName
{
color: #80A3B5;
}
</style>
background-color css
<style>
a { background-color: #80A3B5; }
a { background-color: rgb(128,163,181); }
div.DivClassName
{
background-color: #80A3B5;
}
.BgClassName
{
background-color: #80A3B5;
}
</style>
border-color css
<style>
span { border-color: #80A3B5; }
span { border-color: rgb(128,163,181); }
td.TdClassName
{
border-color: #80A3B5;
}
.TagClassName
{
border-color: #80A3B5;
}
</style>