Shades of Bouquet #9D8795
Tints of Bouquet #9D8795
RGB
CMYK
RGB Variations
Color information
#9D8795 (or 0x9D8795) is known color: Bouquet. HEX triplet: 9D, 87 and 95. RGB value is (157,135,149). Sum of RGB (Red+Green+Blue) = 157+135+149=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8795 is #62786A. Grayscale: #8F8F8F. Windows color (decimal): -6453355 or 9799581. OLE color: 9799581.
HSL color Cylindrical-coordinate representation of color #9D8795: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8795 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 149 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.38 |
| HSL | 321.82º | 0.1% | 0.57% | - |
| HSV(B) | 321.82º | 0.14% | 0.62% | - |
| XYZ | 27.99 | 26.67 | 32.11 | - |
| YUV | 143.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 149 | 0 | 0.14 | 0.05 | 0.38 | 321.82 | 0.1 | 0.57 |
| Hex | 9D | 87 | 95 | 0 | E | 5 | 26 | 142 | A | 39 |
| Octal | 235 | 207 | 225 | 0 | 16 | 5 | 46 | 502 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10010101 | 0 | 1110 | 101 | 100110 | 101000010 | 1010 | 111001 |
Color Harmonies of #9D8795
Complementary color
Monochromatic Colors of #9D8795
Black with #9D8795
Text Example
Text Example
White with #9D8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8795; }
p { color: rgb(157,135,149); }
H1.HeaderClassName
{
color: #9D8795;
}
.AnyTagClassName
{
color: #9D8795;
}
</style>
background-color css
<style>
a { background-color: #9D8795; }
a { background-color: rgb(157,135,149); }
div.DivClassName
{
background-color: #9D8795;
}
.BgClassName
{
background-color: #9D8795;
}
</style>
border-color css
<style>
span { border-color: #9D8795; }
span { border-color: rgb(157,135,149); }
td.TdClassName
{
border-color: #9D8795;
}
.TagClassName
{
border-color: #9D8795;
}
</style>