Shades of Bali Hai #80959D
Tints of Bali Hai #80959D
RGB
CMYK
RGB Variations
Color information
#80959D (or 0x80959D) is known color: Bali Hai. HEX triplet: 80, 95 and 9D. RGB value is (128,149,157). Sum of RGB (Red+Green+Blue) = 128+149+157=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #80959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80959D is #7F6A62. Grayscale: #8F8F8F. Windows color (decimal): -8350307 or 10327424. OLE color: 10327424.
HSL color Cylindrical-coordinate representation of color #80959D: hue angle of 196.55º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80959D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 149 | 157 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.38 |
| HSL | 196.55º | 0.13% | 0.56% | - |
| HSV(B) | 196.55º | 0.18% | 0.62% | - |
| XYZ | 25.74 | 28.52 | 36.05 | - |
| YUV | 143.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 157 | 0.18 | 0.05 | 0 | 0.38 | 196.55 | 0.13 | 0.56 |
| Hex | 80 | 95 | 9D | 12 | 5 | 0 | 26 | C5 | D | 38 |
| Octal | 200 | 225 | 235 | 22 | 5 | 0 | 46 | 305 | 15 | 70 |
| Binary | 10000000 | 10010101 | 10011101 | 10010 | 101 | 0 | 100110 | 11000101 | 1101 | 111000 |
Color Harmonies of #80959D
Complementary color
Monochromatic Colors of #80959D
Black with #80959D
Text Example
Text Example
White with #80959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80959D; }
p { color: rgb(128,149,157); }
H1.HeaderClassName
{
color: #80959D;
}
.AnyTagClassName
{
color: #80959D;
}
</style>
background-color css
<style>
a { background-color: #80959D; }
a { background-color: rgb(128,149,157); }
div.DivClassName
{
background-color: #80959D;
}
.BgClassName
{
background-color: #80959D;
}
</style>
border-color css
<style>
span { border-color: #80959D; }
span { border-color: rgb(128,149,157); }
td.TdClassName
{
border-color: #80959D;
}
.TagClassName
{
border-color: #80959D;
}
</style>