Shades of Bouquet #9B8397
Tints of Bouquet #9B8397
RGB
CMYK
RGB Variations
Color information
#9B8397 (or 0x9B8397) is known color: Bouquet. HEX triplet: 9B, 83 and 97. RGB value is (155,131,151). Sum of RGB (Red+Green+Blue) = 155+131+151=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8397 is #647C68. Grayscale: #8C8C8C. Windows color (decimal): -6585449 or 9929627. OLE color: 9929627.
HSL color Cylindrical-coordinate representation of color #9B8397: hue angle of 310º degrees, saturation: 0.11, 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 #9B8397 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 151 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.39 |
| HSL | 310º | 0.11% | 0.56% | - |
| HSV(B) | 310º | 0.15% | 0.61% | - |
| XYZ | 27.22 | 25.44 | 32.75 | - |
| YUV | 140.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 151 | 0 | 0.15 | 0.03 | 0.39 | 310 | 0.11 | 0.56 |
| Hex | 9B | 83 | 97 | 0 | F | 3 | 27 | 136 | B | 38 |
| Octal | 233 | 203 | 227 | 0 | 17 | 3 | 47 | 466 | 13 | 70 |
| Binary | 10011011 | 10000011 | 10010111 | 0 | 1111 | 11 | 100111 | 100110110 | 1011 | 111000 |
Color Harmonies of #9B8397
Complementary color
Monochromatic Colors of #9B8397
Black with #9B8397
Text Example
Text Example
White with #9B8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8397; }
p { color: rgb(155,131,151); }
H1.HeaderClassName
{
color: #9B8397;
}
.AnyTagClassName
{
color: #9B8397;
}
</style>
background-color css
<style>
a { background-color: #9B8397; }
a { background-color: rgb(155,131,151); }
div.DivClassName
{
background-color: #9B8397;
}
.BgClassName
{
background-color: #9B8397;
}
</style>
border-color css
<style>
span { border-color: #9B8397; }
span { border-color: rgb(155,131,151); }
td.TdClassName
{
border-color: #9B8397;
}
.TagClassName
{
border-color: #9B8397;
}
</style>