Shades of Bali Hai #83959E
Tints of Bali Hai #83959E
RGB
CMYK
RGB Variations
Color information
#83959E (or 0x83959E) is known color: Bali Hai. HEX triplet: 83, 95 and 9E. RGB value is (131,149,158). Sum of RGB (Red+Green+Blue) = 131+149+158=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 158 - color contains mainly: blue. Hex color #83959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83959E is #7C6A61. Grayscale: #909090. Windows color (decimal): -8153698 or 10392963. OLE color: 10392963.
HSL color Cylindrical-coordinate representation of color #83959E: hue angle of 200º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83959E is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 149 | 158 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.38 |
| HSL | 200º | 0.12% | 0.57% | - |
| HSV(B) | 200º | 0.17% | 0.62% | - |
| XYZ | 26.28 | 28.79 | 36.52 | - |
| YUV | 144.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 158 | 0.17 | 0.06 | 0 | 0.38 | 200 | 0.12 | 0.57 |
| Hex | 83 | 95 | 9E | 11 | 6 | 0 | 26 | C8 | C | 39 |
| Octal | 203 | 225 | 236 | 21 | 6 | 0 | 46 | 310 | 14 | 71 |
| Binary | 10000011 | 10010101 | 10011110 | 10001 | 110 | 0 | 100110 | 11001000 | 1100 | 111001 |
Color Harmonies of #83959E
Complementary color
Monochromatic Colors of #83959E
Black with #83959E
Text Example
Text Example
White with #83959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83959E; }
p { color: rgb(131,149,158); }
H1.HeaderClassName
{
color: #83959E;
}
.AnyTagClassName
{
color: #83959E;
}
</style>
background-color css
<style>
a { background-color: #83959E; }
a { background-color: rgb(131,149,158); }
div.DivClassName
{
background-color: #83959E;
}
.BgClassName
{
background-color: #83959E;
}
</style>
border-color css
<style>
span { border-color: #83959E; }
span { border-color: rgb(131,149,158); }
td.TdClassName
{
border-color: #83959E;
}
.TagClassName
{
border-color: #83959E;
}
</style>