Shades of Bouquet #9D829B
Tints of Bouquet #9D829B
RGB
CMYK
RGB Variations
Color information
#9D829B (or 0x9D829B) is known color: Bouquet. HEX triplet: 9D, 82 and 9B. RGB value is (157,130,155). Sum of RGB (Red+Green+Blue) = 157+130+155=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D829B is #627D64. Grayscale: #8C8C8C. Windows color (decimal): -6454629 or 10191517. OLE color: 10191517.
HSL color Cylindrical-coordinate representation of color #9D829B: hue angle of 304.44º 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 #9D829B is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 155 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.38 |
| HSL | 304.44º | 0.12% | 0.56% | - |
| HSV(B) | 304.44º | 0.17% | 0.62% | - |
| XYZ | 27.8 | 25.5 | 34.47 | - |
| YUV | 140.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 155 | 0 | 0.17 | 0.01 | 0.38 | 304.44 | 0.12 | 0.56 |
| Hex | 9D | 82 | 9B | 0 | 11 | 1 | 26 | 130 | C | 38 |
| Octal | 235 | 202 | 233 | 0 | 21 | 1 | 46 | 460 | 14 | 70 |
| Binary | 10011101 | 10000010 | 10011011 | 0 | 10001 | 1 | 100110 | 100110000 | 1100 | 111000 |
Color Harmonies of #9D829B
Complementary color
Monochromatic Colors of #9D829B
Black with #9D829B
Text Example
Text Example
White with #9D829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D829B; }
p { color: rgb(157,130,155); }
H1.HeaderClassName
{
color: #9D829B;
}
.AnyTagClassName
{
color: #9D829B;
}
</style>
background-color css
<style>
a { background-color: #9D829B; }
a { background-color: rgb(157,130,155); }
div.DivClassName
{
background-color: #9D829B;
}
.BgClassName
{
background-color: #9D829B;
}
</style>
border-color css
<style>
span { border-color: #9D829B; }
span { border-color: rgb(157,130,155); }
td.TdClassName
{
border-color: #9D829B;
}
.TagClassName
{
border-color: #9D829B;
}
</style>