Shades of Bouquet #9C8F98
Tints of Bouquet #9C8F98
RGB
CMYK
RGB Variations
Color information
#9C8F98 (or 0x9C8F98) is known color: Bouquet. HEX triplet: 9C, 8F and 98. RGB value is (156,143,152). Sum of RGB (Red+Green+Blue) = 156+143+152=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8F98 is #637067. Grayscale: #939393. Windows color (decimal): -6516840 or 9998236. OLE color: 9998236.
HSL color Cylindrical-coordinate representation of color #9C8F98: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C8F98 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
RGB | 156 | 143 | 152 | - |
CMYK | 0 | 0.08 | 0.03 | 0.39 |
HSL | 318.46º | 0.06% | 0.59% | - |
HSV(B) | 318.46º | 0.08% | 0.61% | - |
XYZ | 29.2 | 28.98 | 33.76 | - |
YUV | 147.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 143 | 152 | 0 | 0.08 | 0.03 | 0.39 | 318.46 | 0.06 | 0.59 |
Hex | 9C | 8F | 98 | 0 | 8 | 3 | 27 | 13E | 6 | 3B |
Octal | 234 | 217 | 230 | 0 | 10 | 3 | 47 | 476 | 6 | 73 |
Binary | 10011100 | 10001111 | 10011000 | 0 | 1000 | 11 | 100111 | 100111110 | 110 | 111011 |
Color Harmonies of #9C8F98
Complementary color
Monochromatic Colors of #9C8F98
Black with #9C8F98
Text Example
Text Example
White with #9C8F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F98; }
p { color: rgb(156,143,152); }
H1.HeaderClassName
{
color: #9C8F98;
}
.AnyTagClassName
{
color: #9C8F98;
}
</style>
background-color css
<style>
a { background-color: #9C8F98; }
a { background-color: rgb(156,143,152); }
div.DivClassName
{
background-color: #9C8F98;
}
.BgClassName
{
background-color: #9C8F98;
}
</style>
border-color css
<style>
span { border-color: #9C8F98; }
span { border-color: rgb(156,143,152); }
td.TdClassName
{
border-color: #9C8F98;
}
.TagClassName
{
border-color: #9C8F98;
}
</style>