Shades of Bali Hai #82949E
Tints of Bali Hai #82949E
RGB
CMYK
RGB Variations
Color information
#82949E (or 0x82949E) is known color: Bali Hai. HEX triplet: 82, 94 and 9E. RGB value is (130,148,158). Sum of RGB (Red+Green+Blue) = 130+148+158=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #82949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82949E is #7D6B61. Grayscale: #8F8F8F. Windows color (decimal): -8219490 or 10392706. OLE color: 10392706.
HSL color Cylindrical-coordinate representation of color #82949E: hue angle of 201.43º 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 #82949E is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 148 | 158 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.38 |
| HSL | 201.43º | 0.13% | 0.56% | - |
| HSV(B) | 201.43º | 0.18% | 0.62% | - |
| XYZ | 25.97 | 28.39 | 36.46 | - |
| YUV | 143.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 158 | 0.18 | 0.06 | 0 | 0.38 | 201.43 | 0.13 | 0.56 |
| Hex | 82 | 94 | 9E | 12 | 6 | 0 | 26 | C9 | D | 38 |
| Octal | 202 | 224 | 236 | 22 | 6 | 0 | 46 | 311 | 15 | 70 |
| Binary | 10000010 | 10010100 | 10011110 | 10010 | 110 | 0 | 100110 | 11001001 | 1101 | 111000 |
Color Harmonies of #82949E
Complementary color
Monochromatic Colors of #82949E
Black with #82949E
Text Example
Text Example
White with #82949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82949E; }
p { color: rgb(130,148,158); }
H1.HeaderClassName
{
color: #82949E;
}
.AnyTagClassName
{
color: #82949E;
}
</style>
background-color css
<style>
a { background-color: #82949E; }
a { background-color: rgb(130,148,158); }
div.DivClassName
{
background-color: #82949E;
}
.BgClassName
{
background-color: #82949E;
}
</style>
border-color css
<style>
span { border-color: #82949E; }
span { border-color: rgb(130,148,158); }
td.TdClassName
{
border-color: #82949E;
}
.TagClassName
{
border-color: #82949E;
}
</style>