Shades of Bali Hai #80949D
Tints of Bali Hai #80949D
RGB
CMYK
RGB Variations
Color information
#80949D (or 0x80949D) is known color: Bali Hai. HEX triplet: 80, 94 and 9D. RGB value is (128,148,157). Sum of RGB (Red+Green+Blue) = 128+148+157=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #80949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80949D is #7F6B62. Grayscale: #8E8E8E. Windows color (decimal): -8350563 or 10327168. OLE color: 10327168.
HSL color Cylindrical-coordinate representation of color #80949D: hue angle of 198.62º 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 #80949D is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 148 | 157 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.38 |
| HSL | 198.62º | 0.13% | 0.56% | - |
| HSV(B) | 198.62º | 0.18% | 0.62% | - |
| XYZ | 25.58 | 28.2 | 35.99 | - |
| YUV | 143.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 157 | 0.18 | 0.06 | 0 | 0.38 | 198.62 | 0.13 | 0.56 |
| Hex | 80 | 94 | 9D | 12 | 6 | 0 | 26 | C7 | D | 38 |
| Octal | 200 | 224 | 235 | 22 | 6 | 0 | 46 | 307 | 15 | 70 |
| Binary | 10000000 | 10010100 | 10011101 | 10010 | 110 | 0 | 100110 | 11000111 | 1101 | 111000 |
Color Harmonies of #80949D
Complementary color
Monochromatic Colors of #80949D
Black with #80949D
Text Example
Text Example
White with #80949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80949D; }
p { color: rgb(128,148,157); }
H1.HeaderClassName
{
color: #80949D;
}
.AnyTagClassName
{
color: #80949D;
}
</style>
background-color css
<style>
a { background-color: #80949D; }
a { background-color: rgb(128,148,157); }
div.DivClassName
{
background-color: #80949D;
}
.BgClassName
{
background-color: #80949D;
}
</style>
border-color css
<style>
span { border-color: #80949D; }
span { border-color: rgb(128,148,157); }
td.TdClassName
{
border-color: #80949D;
}
.TagClassName
{
border-color: #80949D;
}
</style>