Shades of Bouquet #9D8498
Tints of Bouquet #9D8498
RGB
CMYK
RGB Variations
Color information
#9D8498 (or 0x9D8498) is known color: Bouquet. HEX triplet: 9D, 84 and 98. RGB value is (157,132,152). Sum of RGB (Red+Green+Blue) = 157+132+152=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8498 is #627B67. Grayscale: #8D8D8D. Windows color (decimal): -6454120 or 9995421. OLE color: 9995421.
HSL color Cylindrical-coordinate representation of color #9D8498: hue angle of 312º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8498 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 152 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.38 |
| HSL | 312º | 0.11% | 0.57% | - |
| HSV(B) | 312º | 0.16% | 0.62% | - |
| XYZ | 27.82 | 25.94 | 33.25 | - |
| YUV | 141.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 152 | 0 | 0.16 | 0.03 | 0.38 | 312 | 0.11 | 0.57 |
| Hex | 9D | 84 | 98 | 0 | 10 | 3 | 26 | 138 | B | 39 |
| Octal | 235 | 204 | 230 | 0 | 20 | 3 | 46 | 470 | 13 | 71 |
| Binary | 10011101 | 10000100 | 10011000 | 0 | 10000 | 11 | 100110 | 100111000 | 1011 | 111001 |
Color Harmonies of #9D8498
Complementary color
Monochromatic Colors of #9D8498
Black with #9D8498
Text Example
Text Example
White with #9D8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8498; }
p { color: rgb(157,132,152); }
H1.HeaderClassName
{
color: #9D8498;
}
.AnyTagClassName
{
color: #9D8498;
}
</style>
background-color css
<style>
a { background-color: #9D8498; }
a { background-color: rgb(157,132,152); }
div.DivClassName
{
background-color: #9D8498;
}
.BgClassName
{
background-color: #9D8498;
}
</style>
border-color css
<style>
span { border-color: #9D8498; }
span { border-color: rgb(157,132,152); }
td.TdClassName
{
border-color: #9D8498;
}
.TagClassName
{
border-color: #9D8498;
}
</style>