Shades of Bali Hai #83949F
Tints of Bali Hai #83949F
RGB
CMYK
RGB Variations
Color information
#83949F (or 0x83949F) is known color: Bali Hai. HEX triplet: 83, 94 and 9F. RGB value is (131,148,159). Sum of RGB (Red+Green+Blue) = 131+148+159=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #83949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83949F is #7C6B60. Grayscale: #909090. Windows color (decimal): -8153953 or 10458243. OLE color: 10458243.
HSL color Cylindrical-coordinate representation of color #83949F: hue angle of 203.57º 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 #83949F is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 148 | 159 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.38 |
| HSL | 203.57º | 0.13% | 0.57% | - |
| HSV(B) | 203.57º | 0.18% | 0.62% | - |
| XYZ | 26.21 | 28.51 | 36.92 | - |
| YUV | 144.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 159 | 0.18 | 0.07 | 0 | 0.38 | 203.57 | 0.13 | 0.57 |
| Hex | 83 | 94 | 9F | 12 | 7 | 0 | 26 | CC | D | 39 |
| Octal | 203 | 224 | 237 | 22 | 7 | 0 | 46 | 314 | 15 | 71 |
| Binary | 10000011 | 10010100 | 10011111 | 10010 | 111 | 0 | 100110 | 11001100 | 1101 | 111001 |
Color Harmonies of #83949F
Complementary color
Monochromatic Colors of #83949F
Black with #83949F
Text Example
Text Example
White with #83949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83949F; }
p { color: rgb(131,148,159); }
H1.HeaderClassName
{
color: #83949F;
}
.AnyTagClassName
{
color: #83949F;
}
</style>
background-color css
<style>
a { background-color: #83949F; }
a { background-color: rgb(131,148,159); }
div.DivClassName
{
background-color: #83949F;
}
.BgClassName
{
background-color: #83949F;
}
</style>
border-color css
<style>
span { border-color: #83949F; }
span { border-color: rgb(131,148,159); }
td.TdClassName
{
border-color: #83949F;
}
.TagClassName
{
border-color: #83949F;
}
</style>