Shades of Bouquet #9E8894
Tints of Bouquet #9E8894
RGB
CMYK
RGB Variations
Color information
#9E8894 (or 0x9E8894) is known color: Bouquet. HEX triplet: 9E, 88 and 94. RGB value is (158,136,148). Sum of RGB (Red+Green+Blue) = 158+136+148=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8894 is #61776B. Grayscale: #8F8F8F. Windows color (decimal): -6387564 or 9734302. OLE color: 9734302.
HSL color Cylindrical-coordinate representation of color #9E8894: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E8894 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 148 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.38 |
| HSL | 327.27º | 0.1% | 0.58% | - |
| HSV(B) | 327.27º | 0.14% | 0.62% | - |
| XYZ | 28.25 | 27.02 | 31.74 | - |
| YUV | 143.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 148 | 0 | 0.14 | 0.06 | 0.38 | 327.27 | 0.1 | 0.58 |
| Hex | 9E | 88 | 94 | 0 | E | 6 | 26 | 147 | A | 3A |
| Octal | 236 | 210 | 224 | 0 | 16 | 6 | 46 | 507 | 12 | 72 |
| Binary | 10011110 | 10001000 | 10010100 | 0 | 1110 | 110 | 100110 | 101000111 | 1010 | 111010 |
Color Harmonies of #9E8894
Complementary color
Monochromatic Colors of #9E8894
Black with #9E8894
Text Example
Text Example
White with #9E8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8894; }
p { color: rgb(158,136,148); }
H1.HeaderClassName
{
color: #9E8894;
}
.AnyTagClassName
{
color: #9E8894;
}
</style>
background-color css
<style>
a { background-color: #9E8894; }
a { background-color: rgb(158,136,148); }
div.DivClassName
{
background-color: #9E8894;
}
.BgClassName
{
background-color: #9E8894;
}
</style>
border-color css
<style>
span { border-color: #9E8894; }
span { border-color: rgb(158,136,148); }
td.TdClassName
{
border-color: #9E8894;
}
.TagClassName
{
border-color: #9E8894;
}
</style>