Shades of Bouquet #9D8494
Tints of Bouquet #9D8494
RGB
CMYK
RGB Variations
Color information
#9D8494 (or 0x9D8494) is known color: Bouquet. HEX triplet: 9D, 84 and 94. RGB value is (157,132,148). Sum of RGB (Red+Green+Blue) = 157+132+148=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8494 is #627B6B. Grayscale: #8D8D8D. Windows color (decimal): -6454124 or 9733277. OLE color: 9733277.
HSL color Cylindrical-coordinate representation of color #9D8494: hue angle of 321.6º 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 #9D8494 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 148 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.38 |
| HSL | 321.6º | 0.11% | 0.57% | - |
| HSV(B) | 321.6º | 0.16% | 0.62% | - |
| XYZ | 27.5 | 25.81 | 31.55 | - |
| YUV | 141.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 148 | 0 | 0.16 | 0.06 | 0.38 | 321.6 | 0.11 | 0.57 |
| Hex | 9D | 84 | 94 | 0 | 10 | 6 | 26 | 142 | B | 39 |
| Octal | 235 | 204 | 224 | 0 | 20 | 6 | 46 | 502 | 13 | 71 |
| Binary | 10011101 | 10000100 | 10010100 | 0 | 10000 | 110 | 100110 | 101000010 | 1011 | 111001 |
Color Harmonies of #9D8494
Complementary color
Monochromatic Colors of #9D8494
Black with #9D8494
Text Example
Text Example
White with #9D8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8494; }
p { color: rgb(157,132,148); }
H1.HeaderClassName
{
color: #9D8494;
}
.AnyTagClassName
{
color: #9D8494;
}
</style>
background-color css
<style>
a { background-color: #9D8494; }
a { background-color: rgb(157,132,148); }
div.DivClassName
{
background-color: #9D8494;
}
.BgClassName
{
background-color: #9D8494;
}
</style>
border-color css
<style>
span { border-color: #9D8494; }
span { border-color: rgb(157,132,148); }
td.TdClassName
{
border-color: #9D8494;
}
.TagClassName
{
border-color: #9D8494;
}
</style>