Shades of Bouquet #9C8D9A
Tints of Bouquet #9C8D9A
RGB
CMYK
RGB Variations
Color information
#9C8D9A (or 0x9C8D9A) is known color: Bouquet. HEX triplet: 9C, 8D and 9A. RGB value is (156,141,154). Sum of RGB (Red+Green+Blue) = 156+141+154=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8D9A is #637265. Grayscale: #929292. Windows color (decimal): -6517350 or 10128796. OLE color: 10128796.
HSL color Cylindrical-coordinate representation of color #9C8D9A: hue angle of 308º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C8D9A is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 154 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.39 |
| HSL | 308º | 0.07% | 0.58% | - |
| HSV(B) | 308º | 0.1% | 0.61% | - |
| XYZ | 29.07 | 28.45 | 34.53 | - |
| YUV | 146.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 154 | 0 | 0.10 | 0.01 | 0.39 | 308 | 0.07 | 0.58 |
| Hex | 9C | 8D | 9A | 0 | A | 1 | 27 | 134 | 7 | 3A |
| Octal | 234 | 215 | 232 | 0 | 12 | 1 | 47 | 464 | 7 | 72 |
| Binary | 10011100 | 10001101 | 10011010 | 0 | 1010 | 1 | 100111 | 100110100 | 111 | 111010 |
Color Harmonies of #9C8D9A
Complementary color
Monochromatic Colors of #9C8D9A
Black with #9C8D9A
Text Example
Text Example
White with #9C8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D9A; }
p { color: rgb(156,141,154); }
H1.HeaderClassName
{
color: #9C8D9A;
}
.AnyTagClassName
{
color: #9C8D9A;
}
</style>
background-color css
<style>
a { background-color: #9C8D9A; }
a { background-color: rgb(156,141,154); }
div.DivClassName
{
background-color: #9C8D9A;
}
.BgClassName
{
background-color: #9C8D9A;
}
</style>
border-color css
<style>
span { border-color: #9C8D9A; }
span { border-color: rgb(156,141,154); }
td.TdClassName
{
border-color: #9C8D9A;
}
.TagClassName
{
border-color: #9C8D9A;
}
</style>