Shades of Bouquet #9F879C
Tints of Bouquet #9F879C
RGB
CMYK
RGB Variations
Color information
#9F879C (or 0x9F879C) is known color: Bouquet. HEX triplet: 9F, 87 and 9C. RGB value is (159,135,156). Sum of RGB (Red+Green+Blue) = 159+135+156=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 159 - color contains mainly: red. Hex color #9F879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F879C is #607863. Grayscale: #909090. Windows color (decimal): -6322276 or 10258335. OLE color: 10258335.
HSL color Cylindrical-coordinate representation of color #9F879C: hue angle of 307.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 #9F879C is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 156 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.38 |
| HSL | 307.5º | 0.11% | 0.58% | - |
| HSV(B) | 307.5º | 0.15% | 0.62% | - |
| XYZ | 28.96 | 27.1 | 35.16 | - |
| YUV | 144.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 156 | 0 | 0.15 | 0.02 | 0.38 | 307.5 | 0.11 | 0.58 |
| Hex | 9F | 87 | 9C | 0 | F | 2 | 26 | 134 | B | 3A |
| Octal | 237 | 207 | 234 | 0 | 17 | 2 | 46 | 464 | 13 | 72 |
| Binary | 10011111 | 10000111 | 10011100 | 0 | 1111 | 10 | 100110 | 100110100 | 1011 | 111010 |
Color Harmonies of #9F879C
Complementary color
Monochromatic Colors of #9F879C
Black with #9F879C
Text Example
Text Example
White with #9F879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F879C; }
p { color: rgb(159,135,156); }
H1.HeaderClassName
{
color: #9F879C;
}
.AnyTagClassName
{
color: #9F879C;
}
</style>
background-color css
<style>
a { background-color: #9F879C; }
a { background-color: rgb(159,135,156); }
div.DivClassName
{
background-color: #9F879C;
}
.BgClassName
{
background-color: #9F879C;
}
</style>
border-color css
<style>
span { border-color: #9F879C; }
span { border-color: rgb(159,135,156); }
td.TdClassName
{
border-color: #9F879C;
}
.TagClassName
{
border-color: #9F879C;
}
</style>