Shades of Bouquet #9C8298
Tints of Bouquet #9C8298
RGB
CMYK
RGB Variations
Color information
#9C8298 (or 0x9C8298) is known color: Bouquet. HEX triplet: 9C, 82 and 98. RGB value is (156,130,152). Sum of RGB (Red+Green+Blue) = 156+130+152=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8298 is #637D67. Grayscale: #8C8C8C. Windows color (decimal): -6520168 or 9994908. OLE color: 9994908.
HSL color Cylindrical-coordinate representation of color #9C8298: hue angle of 309.23º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8298 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 152 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.39 |
| HSL | 309.23º | 0.12% | 0.56% | - |
| HSV(B) | 309.23º | 0.17% | 0.61% | - |
| XYZ | 27.36 | 25.3 | 33.15 | - |
| YUV | 140.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 152 | 0 | 0.17 | 0.03 | 0.39 | 309.23 | 0.12 | 0.56 |
| Hex | 9C | 82 | 98 | 0 | 11 | 3 | 27 | 135 | C | 38 |
| Octal | 234 | 202 | 230 | 0 | 21 | 3 | 47 | 465 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10011000 | 0 | 10001 | 11 | 100111 | 100110101 | 1100 | 111000 |
Color Harmonies of #9C8298
Complementary color
Monochromatic Colors of #9C8298
Black with #9C8298
Text Example
Text Example
White with #9C8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8298; }
p { color: rgb(156,130,152); }
H1.HeaderClassName
{
color: #9C8298;
}
.AnyTagClassName
{
color: #9C8298;
}
</style>
background-color css
<style>
a { background-color: #9C8298; }
a { background-color: rgb(156,130,152); }
div.DivClassName
{
background-color: #9C8298;
}
.BgClassName
{
background-color: #9C8298;
}
</style>
border-color css
<style>
span { border-color: #9C8298; }
span { border-color: rgb(156,130,152); }
td.TdClassName
{
border-color: #9C8298;
}
.TagClassName
{
border-color: #9C8298;
}
</style>