Shades of Bali Hai #82939A
Tints of Bali Hai #82939A
RGB
CMYK
RGB Variations
Color information
#82939A (or 0x82939A) is known color: Bali Hai. HEX triplet: 82, 93 and 9A. RGB value is (130,147,154). Sum of RGB (Red+Green+Blue) = 130+147+154=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 154 - color contains mainly: blue. Hex color #82939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82939A is #7D6C65. Grayscale: #8E8E8E. Windows color (decimal): -8219750 or 10130306. OLE color: 10130306.
HSL color Cylindrical-coordinate representation of color #82939A: hue angle of 197.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82939A is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 147 | 154 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.40 |
| HSL | 197.5º | 0.11% | 0.56% | - |
| HSV(B) | 197.5º | 0.16% | 0.6% | - |
| XYZ | 25.47 | 27.95 | 34.62 | - |
| YUV | 142.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 154 | 0.16 | 0.05 | 0 | 0.40 | 197.5 | 0.11 | 0.56 |
| Hex | 82 | 93 | 9A | 10 | 5 | 0 | 28 | C6 | B | 38 |
| Octal | 202 | 223 | 232 | 20 | 5 | 0 | 50 | 306 | 13 | 70 |
| Binary | 10000010 | 10010011 | 10011010 | 10000 | 101 | 0 | 101000 | 11000110 | 1011 | 111000 |
Color Harmonies of #82939A
Complementary color
Monochromatic Colors of #82939A
Black with #82939A
Text Example
Text Example
White with #82939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82939A; }
p { color: rgb(130,147,154); }
H1.HeaderClassName
{
color: #82939A;
}
.AnyTagClassName
{
color: #82939A;
}
</style>
background-color css
<style>
a { background-color: #82939A; }
a { background-color: rgb(130,147,154); }
div.DivClassName
{
background-color: #82939A;
}
.BgClassName
{
background-color: #82939A;
}
</style>
border-color css
<style>
span { border-color: #82939A; }
span { border-color: rgb(130,147,154); }
td.TdClassName
{
border-color: #82939A;
}
.TagClassName
{
border-color: #82939A;
}
</style>