Shades of Bay Leaf #839E8D
Tints of Bay Leaf #839E8D
RGB
CMYK
RGB Variations
Color information
#839E8D (or 0x839E8D) is known color: Bay Leaf. HEX triplet: 83, 9E and 8D. RGB value is (131,158,141). Sum of RGB (Red+Green+Blue) = 131+158+141=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #839E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E8D is #7C6172. Grayscale: #949494. Windows color (decimal): -8151411 or 9281155. OLE color: 9281155.
HSL color Cylindrical-coordinate representation of color #839E8D: hue angle of 142.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 #839E8D is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 141 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.38 |
| HSL | 142.22º | 0.12% | 0.57% | - |
| HSV(B) | 142.22º | 0.17% | 0.62% | - |
| XYZ | 26.39 | 31.2 | 29.83 | - |
| YUV | 147.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 141 | 0.17 | 0 | 0.11 | 0.38 | 142.22 | 0.12 | 0.57 |
| Hex | 83 | 9E | 8D | 11 | 0 | B | 26 | 8E | C | 39 |
| Octal | 203 | 236 | 215 | 21 | 0 | 13 | 46 | 216 | 14 | 71 |
| Binary | 10000011 | 10011110 | 10001101 | 10001 | 0 | 1011 | 100110 | 10001110 | 1100 | 111001 |
Color Harmonies of #839E8D
Complementary color
Monochromatic Colors of #839E8D
Black with #839E8D
Text Example
Text Example
White with #839E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E8D; }
p { color: rgb(131,158,141); }
H1.HeaderClassName
{
color: #839E8D;
}
.AnyTagClassName
{
color: #839E8D;
}
</style>
background-color css
<style>
a { background-color: #839E8D; }
a { background-color: rgb(131,158,141); }
div.DivClassName
{
background-color: #839E8D;
}
.BgClassName
{
background-color: #839E8D;
}
</style>
border-color css
<style>
span { border-color: #839E8D; }
span { border-color: rgb(131,158,141); }
td.TdClassName
{
border-color: #839E8D;
}
.TagClassName
{
border-color: #839E8D;
}
</style>