Shades of Bali Hai #83929E
Tints of Bali Hai #83929E
RGB
CMYK
RGB Variations
Color information
#83929E (or 0x83929E) is known color: Bali Hai. HEX triplet: 83, 92 and 9E. RGB value is (131,146,158). Sum of RGB (Red+Green+Blue) = 131+146+158=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #83929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83929E is #7C6D61. Grayscale: #8E8E8E. Windows color (decimal): -8154466 or 10392195. OLE color: 10392195.
HSL color Cylindrical-coordinate representation of color #83929E: hue angle of 206.67º 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 #83929E is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 146 | 158 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.38 |
| HSL | 206.67º | 0.12% | 0.57% | - |
| HSV(B) | 206.67º | 0.17% | 0.62% | - |
| XYZ | 25.81 | 27.85 | 36.36 | - |
| YUV | 142.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 158 | 0.17 | 0.08 | 0 | 0.38 | 206.67 | 0.12 | 0.57 |
| Hex | 83 | 92 | 9E | 11 | 8 | 0 | 26 | CF | C | 39 |
| Octal | 203 | 222 | 236 | 21 | 10 | 0 | 46 | 317 | 14 | 71 |
| Binary | 10000011 | 10010010 | 10011110 | 10001 | 1000 | 0 | 100110 | 11001111 | 1100 | 111001 |
Color Harmonies of #83929E
Complementary color
Monochromatic Colors of #83929E
Black with #83929E
Text Example
Text Example
White with #83929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83929E; }
p { color: rgb(131,146,158); }
H1.HeaderClassName
{
color: #83929E;
}
.AnyTagClassName
{
color: #83929E;
}
</style>
background-color css
<style>
a { background-color: #83929E; }
a { background-color: rgb(131,146,158); }
div.DivClassName
{
background-color: #83929E;
}
.BgClassName
{
background-color: #83929E;
}
</style>
border-color css
<style>
span { border-color: #83929E; }
span { border-color: rgb(131,146,158); }
td.TdClassName
{
border-color: #83929E;
}
.TagClassName
{
border-color: #83929E;
}
</style>