Shades of Bouquet #9B8299
Tints of Bouquet #9B8299
RGB
CMYK
RGB Variations
Color information
#9B8299 (or 0x9B8299) is known color: Bouquet. HEX triplet: 9B, 82 and 99. RGB value is (155,130,153). Sum of RGB (Red+Green+Blue) = 155+130+153=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8299 is #647D66. Grayscale: #8C8C8C. Windows color (decimal): -6585703 or 10060443. OLE color: 10060443.
HSL color Cylindrical-coordinate representation of color #9B8299: hue angle of 304.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8299 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 153 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.39 |
| HSL | 304.8º | 0.11% | 0.56% | - |
| HSV(B) | 304.8º | 0.16% | 0.61% | - |
| XYZ | 27.25 | 25.23 | 33.57 | - |
| YUV | 140.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 153 | 0 | 0.16 | 0.01 | 0.39 | 304.8 | 0.11 | 0.56 |
| Hex | 9B | 82 | 99 | 0 | 10 | 1 | 27 | 131 | B | 38 |
| Octal | 233 | 202 | 231 | 0 | 20 | 1 | 47 | 461 | 13 | 70 |
| Binary | 10011011 | 10000010 | 10011001 | 0 | 10000 | 1 | 100111 | 100110001 | 1011 | 111000 |
Color Harmonies of #9B8299
Complementary color
Monochromatic Colors of #9B8299
Black with #9B8299
Text Example
Text Example
White with #9B8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8299; }
p { color: rgb(155,130,153); }
H1.HeaderClassName
{
color: #9B8299;
}
.AnyTagClassName
{
color: #9B8299;
}
</style>
background-color css
<style>
a { background-color: #9B8299; }
a { background-color: rgb(155,130,153); }
div.DivClassName
{
background-color: #9B8299;
}
.BgClassName
{
background-color: #9B8299;
}
</style>
border-color css
<style>
span { border-color: #9B8299; }
span { border-color: rgb(155,130,153); }
td.TdClassName
{
border-color: #9B8299;
}
.TagClassName
{
border-color: #9B8299;
}
</style>