Shades of Bali Hai #83929D
Tints of Bali Hai #83929D
RGB
CMYK
RGB Variations
Color information
#83929D (or 0x83929D) is known color: Bali Hai. HEX triplet: 83, 92 and 9D. RGB value is (131,146,157). Sum of RGB (Red+Green+Blue) = 131+146+157=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #83929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83929D is #7C6D62. Grayscale: #8E8E8E. Windows color (decimal): -8154467 or 10326659. OLE color: 10326659.
HSL color Cylindrical-coordinate representation of color #83929D: hue angle of 205.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83929D is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 146 | 157 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.38 |
| HSL | 205.38º | 0.12% | 0.56% | - |
| HSV(B) | 205.38º | 0.17% | 0.62% | - |
| XYZ | 25.72 | 27.82 | 35.91 | - |
| YUV | 142.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 157 | 0.17 | 0.07 | 0 | 0.38 | 205.38 | 0.12 | 0.56 |
| Hex | 83 | 92 | 9D | 11 | 7 | 0 | 26 | CD | C | 38 |
| Octal | 203 | 222 | 235 | 21 | 7 | 0 | 46 | 315 | 14 | 70 |
| Binary | 10000011 | 10010010 | 10011101 | 10001 | 111 | 0 | 100110 | 11001101 | 1100 | 111000 |
Color Harmonies of #83929D
Complementary color
Monochromatic Colors of #83929D
Black with #83929D
Text Example
Text Example
White with #83929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83929D; }
p { color: rgb(131,146,157); }
H1.HeaderClassName
{
color: #83929D;
}
.AnyTagClassName
{
color: #83929D;
}
</style>
background-color css
<style>
a { background-color: #83929D; }
a { background-color: rgb(131,146,157); }
div.DivClassName
{
background-color: #83929D;
}
.BgClassName
{
background-color: #83929D;
}
</style>
border-color css
<style>
span { border-color: #83929D; }
span { border-color: rgb(131,146,157); }
td.TdClassName
{
border-color: #83929D;
}
.TagClassName
{
border-color: #83929D;
}
</style>