Shades of Bali Hai #83999F
Tints of Bali Hai #83999F
RGB
CMYK
RGB Variations
Color information
#83999F (or 0x83999F) is known color: Bali Hai. HEX triplet: 83, 99 and 9F. RGB value is (131,153,159). Sum of RGB (Red+Green+Blue) = 131+153+159=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #83999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83999F is #7C6660. Grayscale: #939393. Windows color (decimal): -8152673 or 10459523. OLE color: 10459523.
HSL color Cylindrical-coordinate representation of color #83999F: hue angle of 192.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83999F is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 153 | 159 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.38 |
| HSL | 192.86º | 0.13% | 0.57% | - |
| HSV(B) | 192.86º | 0.18% | 0.62% | - |
| XYZ | 27.01 | 30.11 | 37.19 | - |
| YUV | 147.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 159 | 0.18 | 0.04 | 0 | 0.38 | 192.86 | 0.13 | 0.57 |
| Hex | 83 | 99 | 9F | 12 | 4 | 0 | 26 | C1 | D | 39 |
| Octal | 203 | 231 | 237 | 22 | 4 | 0 | 46 | 301 | 15 | 71 |
| Binary | 10000011 | 10011001 | 10011111 | 10010 | 100 | 0 | 100110 | 11000001 | 1101 | 111001 |
Color Harmonies of #83999F
Complementary color
Monochromatic Colors of #83999F
Black with #83999F
Text Example
Text Example
White with #83999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83999F; }
p { color: rgb(131,153,159); }
H1.HeaderClassName
{
color: #83999F;
}
.AnyTagClassName
{
color: #83999F;
}
</style>
background-color css
<style>
a { background-color: #83999F; }
a { background-color: rgb(131,153,159); }
div.DivClassName
{
background-color: #83999F;
}
.BgClassName
{
background-color: #83999F;
}
</style>
border-color css
<style>
span { border-color: #83999F; }
span { border-color: rgb(131,153,159); }
td.TdClassName
{
border-color: #83999F;
}
.TagClassName
{
border-color: #83999F;
}
</style>