Shades of Bali Hai #83949E
Tints of Bali Hai #83949E
RGB
CMYK
RGB Variations
Color information
#83949E (or 0x83949E) is known color: Bali Hai. HEX triplet: 83, 94 and 9E. RGB value is (131,148,158). Sum of RGB (Red+Green+Blue) = 131+148+158=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 158 - color contains mainly: blue. Hex color #83949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83949E is #7C6B61. Grayscale: #909090. Windows color (decimal): -8153954 or 10392707. OLE color: 10392707.
HSL color Cylindrical-coordinate representation of color #83949E: hue angle of 202.22º 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 #83949E is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 148 | 158 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.38 |
| HSL | 202.22º | 0.12% | 0.57% | - |
| HSV(B) | 202.22º | 0.17% | 0.62% | - |
| XYZ | 26.12 | 28.47 | 36.47 | - |
| YUV | 144.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 158 | 0.17 | 0.06 | 0 | 0.38 | 202.22 | 0.12 | 0.57 |
| Hex | 83 | 94 | 9E | 11 | 6 | 0 | 26 | CA | C | 39 |
| Octal | 203 | 224 | 236 | 21 | 6 | 0 | 46 | 312 | 14 | 71 |
| Binary | 10000011 | 10010100 | 10011110 | 10001 | 110 | 0 | 100110 | 11001010 | 1100 | 111001 |
Color Harmonies of #83949E
Complementary color
Monochromatic Colors of #83949E
Black with #83949E
Text Example
Text Example
White with #83949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83949E; }
p { color: rgb(131,148,158); }
H1.HeaderClassName
{
color: #83949E;
}
.AnyTagClassName
{
color: #83949E;
}
</style>
background-color css
<style>
a { background-color: #83949E; }
a { background-color: rgb(131,148,158); }
div.DivClassName
{
background-color: #83949E;
}
.BgClassName
{
background-color: #83949E;
}
</style>
border-color css
<style>
span { border-color: #83949E; }
span { border-color: rgb(131,148,158); }
td.TdClassName
{
border-color: #83949E;
}
.TagClassName
{
border-color: #83949E;
}
</style>