Shades of Bouquet #9F8495
Tints of Bouquet #9F8495
RGB
CMYK
RGB Variations
Color information
#9F8495 (or 0x9F8495) is known color: Bouquet. HEX triplet: 9F, 84 and 95. RGB value is (159,132,149). Sum of RGB (Red+Green+Blue) = 159+132+149=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8495 is #607B6A. Grayscale: #8D8D8D. Windows color (decimal): -6323051 or 9798815. OLE color: 9798815.
HSL color Cylindrical-coordinate representation of color #9F8495: hue angle of 322.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F8495 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 149 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.38 |
| HSL | 322.22º | 0.12% | 0.57% | - |
| HSV(B) | 322.22º | 0.17% | 0.62% | - |
| XYZ | 27.97 | 26.04 | 31.99 | - |
| YUV | 142.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 149 | 0 | 0.17 | 0.06 | 0.38 | 322.22 | 0.12 | 0.57 |
| Hex | 9F | 84 | 95 | 0 | 11 | 6 | 26 | 142 | C | 39 |
| Octal | 237 | 204 | 225 | 0 | 21 | 6 | 46 | 502 | 14 | 71 |
| Binary | 10011111 | 10000100 | 10010101 | 0 | 10001 | 110 | 100110 | 101000010 | 1100 | 111001 |
Color Harmonies of #9F8495
Complementary color
Monochromatic Colors of #9F8495
Black with #9F8495
Text Example
Text Example
White with #9F8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8495; }
p { color: rgb(159,132,149); }
H1.HeaderClassName
{
color: #9F8495;
}
.AnyTagClassName
{
color: #9F8495;
}
</style>
background-color css
<style>
a { background-color: #9F8495; }
a { background-color: rgb(159,132,149); }
div.DivClassName
{
background-color: #9F8495;
}
.BgClassName
{
background-color: #9F8495;
}
</style>
border-color css
<style>
span { border-color: #9F8495; }
span { border-color: rgb(159,132,149); }
td.TdClassName
{
border-color: #9F8495;
}
.TagClassName
{
border-color: #9F8495;
}
</style>