Shades of Bouquet #9E8793
Tints of Bouquet #9E8793
RGB
CMYK
RGB Variations
Color information
#9E8793 (or 0x9E8793) is known color: Bouquet. HEX triplet: 9E, 87 and 93. RGB value is (158,135,147). Sum of RGB (Red+Green+Blue) = 158+135+147=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8793 is #61786C. Grayscale: #8F8F8F. Windows color (decimal): -6387821 or 9668510. OLE color: 9668510.
HSL color Cylindrical-coordinate representation of color #9E8793: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E8793 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 147 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.38 |
| HSL | 328.7º | 0.11% | 0.57% | - |
| HSV(B) | 328.7º | 0.15% | 0.62% | - |
| XYZ | 28.03 | 26.7 | 31.28 | - |
| YUV | 143.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 147 | 0 | 0.15 | 0.07 | 0.38 | 328.7 | 0.11 | 0.57 |
| Hex | 9E | 87 | 93 | 0 | F | 7 | 26 | 149 | B | 39 |
| Octal | 236 | 207 | 223 | 0 | 17 | 7 | 46 | 511 | 13 | 71 |
| Binary | 10011110 | 10000111 | 10010011 | 0 | 1111 | 111 | 100110 | 101001001 | 1011 | 111001 |
Color Harmonies of #9E8793
Complementary color
Monochromatic Colors of #9E8793
Black with #9E8793
Text Example
Text Example
White with #9E8793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8793; }
p { color: rgb(158,135,147); }
H1.HeaderClassName
{
color: #9E8793;
}
.AnyTagClassName
{
color: #9E8793;
}
</style>
background-color css
<style>
a { background-color: #9E8793; }
a { background-color: rgb(158,135,147); }
div.DivClassName
{
background-color: #9E8793;
}
.BgClassName
{
background-color: #9E8793;
}
</style>
border-color css
<style>
span { border-color: #9E8793; }
span { border-color: rgb(158,135,147); }
td.TdClassName
{
border-color: #9E8793;
}
.TagClassName
{
border-color: #9E8793;
}
</style>