Shades of Bouquet #9F8794
Tints of Bouquet #9F8794
RGB
CMYK
RGB Variations
Color information
#9F8794 (or 0x9F8794) is known color: Bouquet. HEX triplet: 9F, 87 and 94. RGB value is (159,135,148). Sum of RGB (Red+Green+Blue) = 159+135+148=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8794 is #60786B. Grayscale: #8F8F8F. Windows color (decimal): -6322284 or 9734047. OLE color: 9734047.
HSL color Cylindrical-coordinate representation of color #9F8794: hue angle of 327.5º 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 #9F8794 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 148 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.38 |
| HSL | 327.5º | 0.11% | 0.58% | - |
| HSV(B) | 327.5º | 0.15% | 0.62% | - |
| XYZ | 28.31 | 26.84 | 31.71 | - |
| YUV | 143.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 148 | 0 | 0.15 | 0.07 | 0.38 | 327.5 | 0.11 | 0.58 |
| Hex | 9F | 87 | 94 | 0 | F | 7 | 26 | 148 | B | 3A |
| Octal | 237 | 207 | 224 | 0 | 17 | 7 | 46 | 510 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10010100 | 0 | 1111 | 111 | 100110 | 101001000 | 1011 | 111010 |
Color Harmonies of #9F8794
Complementary color
Monochromatic Colors of #9F8794
Black with #9F8794
Text Example
Text Example
White with #9F8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8794; }
p { color: rgb(159,135,148); }
H1.HeaderClassName
{
color: #9F8794;
}
.AnyTagClassName
{
color: #9F8794;
}
</style>
background-color css
<style>
a { background-color: #9F8794; }
a { background-color: rgb(159,135,148); }
div.DivClassName
{
background-color: #9F8794;
}
.BgClassName
{
background-color: #9F8794;
}
</style>
border-color css
<style>
span { border-color: #9F8794; }
span { border-color: rgb(159,135,148); }
td.TdClassName
{
border-color: #9F8794;
}
.TagClassName
{
border-color: #9F8794;
}
</style>