Shades of Bouquet #9B8497
Tints of Bouquet #9B8497
RGB
CMYK
RGB Variations
Color information
#9B8497 (or 0x9B8497) is known color: Bouquet. HEX triplet: 9B, 84 and 97. RGB value is (155,132,151). Sum of RGB (Red+Green+Blue) = 155+132+151=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8497 is #647B68. Grayscale: #8C8C8C. Windows color (decimal): -6585193 or 9929883. OLE color: 9929883.
HSL color Cylindrical-coordinate representation of color #9B8497: hue angle of 310.43º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8497 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 151 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.39 |
| HSL | 310.43º | 0.1% | 0.56% | - |
| HSV(B) | 310.43º | 0.15% | 0.61% | - |
| XYZ | 27.35 | 25.71 | 32.8 | - |
| YUV | 141.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 151 | 0 | 0.15 | 0.03 | 0.39 | 310.43 | 0.1 | 0.56 |
| Hex | 9B | 84 | 97 | 0 | F | 3 | 27 | 136 | A | 38 |
| Octal | 233 | 204 | 227 | 0 | 17 | 3 | 47 | 466 | 12 | 70 |
| Binary | 10011011 | 10000100 | 10010111 | 0 | 1111 | 11 | 100111 | 100110110 | 1010 | 111000 |
Color Harmonies of #9B8497
Complementary color
Monochromatic Colors of #9B8497
Black with #9B8497
Text Example
Text Example
White with #9B8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8497; }
p { color: rgb(155,132,151); }
H1.HeaderClassName
{
color: #9B8497;
}
.AnyTagClassName
{
color: #9B8497;
}
</style>
background-color css
<style>
a { background-color: #9B8497; }
a { background-color: rgb(155,132,151); }
div.DivClassName
{
background-color: #9B8497;
}
.BgClassName
{
background-color: #9B8497;
}
</style>
border-color css
<style>
span { border-color: #9B8497; }
span { border-color: rgb(155,132,151); }
td.TdClassName
{
border-color: #9B8497;
}
.TagClassName
{
border-color: #9B8497;
}
</style>