Shades of Bouquet #9F8298
Tints of Bouquet #9F8298
RGB
CMYK
RGB Variations
Color information
#9F8298 (or 0x9F8298) is known color: Bouquet. HEX triplet: 9F, 82 and 98. RGB value is (159,130,152). Sum of RGB (Red+Green+Blue) = 159+130+152=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8298 is #607D67. Grayscale: #8D8D8D. Windows color (decimal): -6323560 or 9994911. OLE color: 9994911.
HSL color Cylindrical-coordinate representation of color #9F8298: hue angle of 314.48º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8298 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 152 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.38 |
| HSL | 314.48º | 0.13% | 0.57% | - |
| HSV(B) | 314.48º | 0.18% | 0.62% | - |
| XYZ | 27.95 | 25.6 | 33.17 | - |
| YUV | 141.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 152 | 0 | 0.18 | 0.04 | 0.38 | 314.48 | 0.13 | 0.57 |
| Hex | 9F | 82 | 98 | 0 | 12 | 4 | 26 | 13A | D | 39 |
| Octal | 237 | 202 | 230 | 0 | 22 | 4 | 46 | 472 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10011000 | 0 | 10010 | 100 | 100110 | 100111010 | 1101 | 111001 |
Color Harmonies of #9F8298
Complementary color
Monochromatic Colors of #9F8298
Black with #9F8298
Text Example
Text Example
White with #9F8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8298; }
p { color: rgb(159,130,152); }
H1.HeaderClassName
{
color: #9F8298;
}
.AnyTagClassName
{
color: #9F8298;
}
</style>
background-color css
<style>
a { background-color: #9F8298; }
a { background-color: rgb(159,130,152); }
div.DivClassName
{
background-color: #9F8298;
}
.BgClassName
{
background-color: #9F8298;
}
</style>
border-color css
<style>
span { border-color: #9F8298; }
span { border-color: rgb(159,130,152); }
td.TdClassName
{
border-color: #9F8298;
}
.TagClassName
{
border-color: #9F8298;
}
</style>