Shades of Bouquet #9F8894
Tints of Bouquet #9F8894
RGB
CMYK
RGB Variations
Color information
#9F8894 (or 0x9F8894) is known color: Bouquet. HEX triplet: 9F, 88 and 94. RGB value is (159,136,148). Sum of RGB (Red+Green+Blue) = 159+136+148=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8894 is #60776B. Grayscale: #909090. Windows color (decimal): -6322028 or 9734303. OLE color: 9734303.
HSL color Cylindrical-coordinate representation of color #9F8894: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8894 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 148 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.38 |
| HSL | 328.7º | 0.11% | 0.58% | - |
| HSV(B) | 328.7º | 0.14% | 0.62% | - |
| XYZ | 28.45 | 27.12 | 31.75 | - |
| YUV | 144.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 148 | 0 | 0.14 | 0.07 | 0.38 | 328.7 | 0.11 | 0.58 |
| Hex | 9F | 88 | 94 | 0 | E | 7 | 26 | 149 | B | 3A |
| Octal | 237 | 210 | 224 | 0 | 16 | 7 | 46 | 511 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10010100 | 0 | 1110 | 111 | 100110 | 101001001 | 1011 | 111010 |
Color Harmonies of #9F8894
Complementary color
Monochromatic Colors of #9F8894
Black with #9F8894
Text Example
Text Example
White with #9F8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8894; }
p { color: rgb(159,136,148); }
H1.HeaderClassName
{
color: #9F8894;
}
.AnyTagClassName
{
color: #9F8894;
}
</style>
background-color css
<style>
a { background-color: #9F8894; }
a { background-color: rgb(159,136,148); }
div.DivClassName
{
background-color: #9F8894;
}
.BgClassName
{
background-color: #9F8894;
}
</style>
border-color css
<style>
span { border-color: #9F8894; }
span { border-color: rgb(159,136,148); }
td.TdClassName
{
border-color: #9F8894;
}
.TagClassName
{
border-color: #9F8894;
}
</style>