Shades of Bouquet #9D8298
Tints of Bouquet #9D8298
RGB
CMYK
RGB Variations
Color information
#9D8298 (or 0x9D8298) is known color: Bouquet. HEX triplet: 9D, 82 and 98. RGB value is (157,130,152). Sum of RGB (Red+Green+Blue) = 157+130+152=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8298 is #627D67. Grayscale: #8C8C8C. Windows color (decimal): -6454632 or 9994909. OLE color: 9994909.
HSL color Cylindrical-coordinate representation of color #9D8298: hue angle of 311.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8298 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 152 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.38 |
| HSL | 311.11º | 0.12% | 0.56% | - |
| HSV(B) | 311.11º | 0.17% | 0.62% | - |
| XYZ | 27.55 | 25.4 | 33.16 | - |
| YUV | 140.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 152 | 0 | 0.17 | 0.03 | 0.38 | 311.11 | 0.12 | 0.56 |
| Hex | 9D | 82 | 98 | 0 | 11 | 3 | 26 | 137 | C | 38 |
| Octal | 235 | 202 | 230 | 0 | 21 | 3 | 46 | 467 | 14 | 70 |
| Binary | 10011101 | 10000010 | 10011000 | 0 | 10001 | 11 | 100110 | 100110111 | 1100 | 111000 |
Color Harmonies of #9D8298
Complementary color
Monochromatic Colors of #9D8298
Black with #9D8298
Text Example
Text Example
White with #9D8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8298; }
p { color: rgb(157,130,152); }
H1.HeaderClassName
{
color: #9D8298;
}
.AnyTagClassName
{
color: #9D8298;
}
</style>
background-color css
<style>
a { background-color: #9D8298; }
a { background-color: rgb(157,130,152); }
div.DivClassName
{
background-color: #9D8298;
}
.BgClassName
{
background-color: #9D8298;
}
</style>
border-color css
<style>
span { border-color: #9D8298; }
span { border-color: rgb(157,130,152); }
td.TdClassName
{
border-color: #9D8298;
}
.TagClassName
{
border-color: #9D8298;
}
</style>