Shades of Bali Hai #83979C
Tints of Bali Hai #83979C
RGB
CMYK
RGB Variations
Color information
#83979C (or 0x83979C) is known color: Bali Hai. HEX triplet: 83, 97 and 9C. RGB value is (131,151,156). Sum of RGB (Red+Green+Blue) = 131+151+156=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #83979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83979C is #7C6863. Grayscale: #919191. Windows color (decimal): -8153188 or 10262403. OLE color: 10262403.
HSL color Cylindrical-coordinate representation of color #83979C: hue angle of 192º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83979C is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 151 | 156 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.39 |
| HSL | 192º | 0.11% | 0.56% | - |
| HSV(B) | 192º | 0.16% | 0.61% | - |
| XYZ | 26.43 | 29.36 | 35.73 | - |
| YUV | 145.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 156 | 0.16 | 0.03 | 0 | 0.39 | 192 | 0.11 | 0.56 |
| Hex | 83 | 97 | 9C | 10 | 3 | 0 | 27 | C0 | B | 38 |
| Octal | 203 | 227 | 234 | 20 | 3 | 0 | 47 | 300 | 13 | 70 |
| Binary | 10000011 | 10010111 | 10011100 | 10000 | 11 | 0 | 100111 | 11000000 | 1011 | 111000 |
Color Harmonies of #83979C
Complementary color
Monochromatic Colors of #83979C
Black with #83979C
Text Example
Text Example
White with #83979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83979C; }
p { color: rgb(131,151,156); }
H1.HeaderClassName
{
color: #83979C;
}
.AnyTagClassName
{
color: #83979C;
}
</style>
background-color css
<style>
a { background-color: #83979C; }
a { background-color: rgb(131,151,156); }
div.DivClassName
{
background-color: #83979C;
}
.BgClassName
{
background-color: #83979C;
}
</style>
border-color css
<style>
span { border-color: #83979C; }
span { border-color: rgb(131,151,156); }
td.TdClassName
{
border-color: #83979C;
}
.TagClassName
{
border-color: #83979C;
}
</style>