Shades of Bouquet #9F8795
Tints of Bouquet #9F8795
RGB
CMYK
RGB Variations
Color information
#9F8795 (or 0x9F8795) is known color: Bouquet. HEX triplet: 9F, 87 and 95. RGB value is (159,135,149). Sum of RGB (Red+Green+Blue) = 159+135+149=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8795 is #60786A. Grayscale: #8F8F8F. Windows color (decimal): -6322283 or 9799583. OLE color: 9799583.
HSL color Cylindrical-coordinate representation of color #9F8795: hue angle of 325º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F8795 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 149 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.38 |
| HSL | 325º | 0.11% | 0.58% | - |
| HSV(B) | 325º | 0.15% | 0.62% | - |
| XYZ | 28.39 | 26.87 | 32.12 | - |
| YUV | 143.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 149 | 0 | 0.15 | 0.06 | 0.38 | 325 | 0.11 | 0.58 |
| Hex | 9F | 87 | 95 | 0 | F | 6 | 26 | 145 | B | 3A |
| Octal | 237 | 207 | 225 | 0 | 17 | 6 | 46 | 505 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10010101 | 0 | 1111 | 110 | 100110 | 101000101 | 1011 | 111010 |
Color Harmonies of #9F8795
Complementary color
Monochromatic Colors of #9F8795
Black with #9F8795
Text Example
Text Example
White with #9F8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8795; }
p { color: rgb(159,135,149); }
H1.HeaderClassName
{
color: #9F8795;
}
.AnyTagClassName
{
color: #9F8795;
}
</style>
background-color css
<style>
a { background-color: #9F8795; }
a { background-color: rgb(159,135,149); }
div.DivClassName
{
background-color: #9F8795;
}
.BgClassName
{
background-color: #9F8795;
}
</style>
border-color css
<style>
span { border-color: #9F8795; }
span { border-color: rgb(159,135,149); }
td.TdClassName
{
border-color: #9F8795;
}
.TagClassName
{
border-color: #9F8795;
}
</style>