Shades of Bay Leaf #829F8D
Tints of Bay Leaf #829F8D
RGB
CMYK
RGB Variations
Color information
#829F8D (or 0x829F8D) is known color: Bay Leaf. HEX triplet: 82, 9F and 8D. RGB value is (130,159,141). Sum of RGB (Red+Green+Blue) = 130+159+141=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #829F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F8D is #7D6072. Grayscale: #949494. Windows color (decimal): -8216691 or 9281410. OLE color: 9281410.
HSL color Cylindrical-coordinate representation of color #829F8D: hue angle of 142.76º 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 #829F8D is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 141 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.38 |
| HSL | 142.76º | 0.13% | 0.57% | - |
| HSV(B) | 142.76º | 0.18% | 0.62% | - |
| XYZ | 26.41 | 31.47 | 29.88 | - |
| YUV | 148.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 141 | 0.18 | 0 | 0.11 | 0.38 | 142.76 | 0.13 | 0.57 |
| Hex | 82 | 9F | 8D | 12 | 0 | B | 26 | 8F | D | 39 |
| Octal | 202 | 237 | 215 | 22 | 0 | 13 | 46 | 217 | 15 | 71 |
| Binary | 10000010 | 10011111 | 10001101 | 10010 | 0 | 1011 | 100110 | 10001111 | 1101 | 111001 |
Color Harmonies of #829F8D
Complementary color
Monochromatic Colors of #829F8D
Black with #829F8D
Text Example
Text Example
White with #829F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F8D; }
p { color: rgb(130,159,141); }
H1.HeaderClassName
{
color: #829F8D;
}
.AnyTagClassName
{
color: #829F8D;
}
</style>
background-color css
<style>
a { background-color: #829F8D; }
a { background-color: rgb(130,159,141); }
div.DivClassName
{
background-color: #829F8D;
}
.BgClassName
{
background-color: #829F8D;
}
</style>
border-color css
<style>
span { border-color: #829F8D; }
span { border-color: rgb(130,159,141); }
td.TdClassName
{
border-color: #829F8D;
}
.TagClassName
{
border-color: #829F8D;
}
</style>