Shades of Bali Hai #80959C
Tints of Bali Hai #80959C
RGB
CMYK
RGB Variations
Color information
#80959C (or 0x80959C) is known color: Bali Hai. HEX triplet: 80, 95 and 9C. RGB value is (128,149,156). Sum of RGB (Red+Green+Blue) = 128+149+156=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #80959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80959C is #7F6A63. Grayscale: #8F8F8F. Windows color (decimal): -8350308 or 10261888. OLE color: 10261888.
HSL color Cylindrical-coordinate representation of color #80959C: hue angle of 195º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80959C is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 149 | 156 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.39 |
| HSL | 195º | 0.12% | 0.56% | - |
| HSV(B) | 195º | 0.18% | 0.61% | - |
| XYZ | 25.65 | 28.48 | 35.6 | - |
| YUV | 143.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 156 | 0.18 | 0.04 | 0 | 0.39 | 195 | 0.12 | 0.56 |
| Hex | 80 | 95 | 9C | 12 | 4 | 0 | 27 | C3 | C | 38 |
| Octal | 200 | 225 | 234 | 22 | 4 | 0 | 47 | 303 | 14 | 70 |
| Binary | 10000000 | 10010101 | 10011100 | 10010 | 100 | 0 | 100111 | 11000011 | 1100 | 111000 |
Color Harmonies of #80959C
Complementary color
Monochromatic Colors of #80959C
Black with #80959C
Text Example
Text Example
White with #80959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80959C; }
p { color: rgb(128,149,156); }
H1.HeaderClassName
{
color: #80959C;
}
.AnyTagClassName
{
color: #80959C;
}
</style>
background-color css
<style>
a { background-color: #80959C; }
a { background-color: rgb(128,149,156); }
div.DivClassName
{
background-color: #80959C;
}
.BgClassName
{
background-color: #80959C;
}
</style>
border-color css
<style>
span { border-color: #80959C; }
span { border-color: rgb(128,149,156); }
td.TdClassName
{
border-color: #80959C;
}
.TagClassName
{
border-color: #80959C;
}
</style>