Shades of Bali Hai #83929B
Tints of Bali Hai #83929B
RGB
CMYK
RGB Variations
Color information
#83929B (or 0x83929B) is known color: Bali Hai. HEX triplet: 83, 92 and 9B. RGB value is (131,146,155). Sum of RGB (Red+Green+Blue) = 131+146+155=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #83929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83929B is #7C6D64. Grayscale: #8E8E8E. Windows color (decimal): -8154469 or 10195587. OLE color: 10195587.
HSL color Cylindrical-coordinate representation of color #83929B: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83929B is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 146 | 155 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.39 |
| HSL | 202.5º | 0.11% | 0.56% | - |
| HSV(B) | 202.5º | 0.15% | 0.61% | - |
| XYZ | 25.56 | 27.75 | 35.02 | - |
| YUV | 142.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 155 | 0.15 | 0.06 | 0 | 0.39 | 202.5 | 0.11 | 0.56 |
| Hex | 83 | 92 | 9B | F | 6 | 0 | 27 | CA | B | 38 |
| Octal | 203 | 222 | 233 | 17 | 6 | 0 | 47 | 312 | 13 | 70 |
| Binary | 10000011 | 10010010 | 10011011 | 1111 | 110 | 0 | 100111 | 11001010 | 1011 | 111000 |
Color Harmonies of #83929B
Complementary color
Monochromatic Colors of #83929B
Black with #83929B
Text Example
Text Example
White with #83929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83929B; }
p { color: rgb(131,146,155); }
H1.HeaderClassName
{
color: #83929B;
}
.AnyTagClassName
{
color: #83929B;
}
</style>
background-color css
<style>
a { background-color: #83929B; }
a { background-color: rgb(131,146,155); }
div.DivClassName
{
background-color: #83929B;
}
.BgClassName
{
background-color: #83929B;
}
</style>
border-color css
<style>
span { border-color: #83929B; }
span { border-color: rgb(131,146,155); }
td.TdClassName
{
border-color: #83929B;
}
.TagClassName
{
border-color: #83929B;
}
</style>