Shades of Bouquet #9D8897
Tints of Bouquet #9D8897
RGB
CMYK
RGB Variations
Color information
#9D8897 (or 0x9D8897) is known color: Bouquet. HEX triplet: 9D, 88 and 97. RGB value is (157,136,151). Sum of RGB (Red+Green+Blue) = 157+136+151=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8897 is #627768. Grayscale: #8F8F8F. Windows color (decimal): -6453097 or 9930909. OLE color: 9930909.
HSL color Cylindrical-coordinate representation of color #9D8897: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D8897 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 151 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.38 |
| HSL | 317.14º | 0.1% | 0.57% | - |
| HSV(B) | 317.14º | 0.13% | 0.62% | - |
| XYZ | 28.29 | 27.01 | 33 | - |
| YUV | 143.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 151 | 0 | 0.13 | 0.04 | 0.38 | 317.14 | 0.1 | 0.57 |
| Hex | 9D | 88 | 97 | 0 | D | 4 | 26 | 13D | A | 39 |
| Octal | 235 | 210 | 227 | 0 | 15 | 4 | 46 | 475 | 12 | 71 |
| Binary | 10011101 | 10001000 | 10010111 | 0 | 1101 | 100 | 100110 | 100111101 | 1010 | 111001 |
Color Harmonies of #9D8897
Complementary color
Monochromatic Colors of #9D8897
Black with #9D8897
Text Example
Text Example
White with #9D8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8897; }
p { color: rgb(157,136,151); }
H1.HeaderClassName
{
color: #9D8897;
}
.AnyTagClassName
{
color: #9D8897;
}
</style>
background-color css
<style>
a { background-color: #9D8897; }
a { background-color: rgb(157,136,151); }
div.DivClassName
{
background-color: #9D8897;
}
.BgClassName
{
background-color: #9D8897;
}
</style>
border-color css
<style>
span { border-color: #9D8897; }
span { border-color: rgb(157,136,151); }
td.TdClassName
{
border-color: #9D8897;
}
.TagClassName
{
border-color: #9D8897;
}
</style>