Shades of Ce Soir #987DAA
Tints of Ce Soir #987DAA
RGB
CMYK
RGB Variations
Color information
#987DAA (or 0x987DAA) is known color: Ce Soir. HEX triplet: 98, 7D and AA. RGB value is (152,125,170). Sum of RGB (Red+Green+Blue) = 152+125+170=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #987DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DAA is #678255. Grayscale: #8A8A8A. Windows color (decimal): -6783574 or 11173272. OLE color: 11173272.
HSL color Cylindrical-coordinate representation of color #987DAA: hue angle of 276º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987DAA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 125 | 170 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.33 |
| HSL | 276º | 0.21% | 0.58% | - |
| HSV(B) | 276º | 0.26% | 0.67% | - |
| XYZ | 27.54 | 24.24 | 41.26 | - |
| YUV | 138.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 170 | 0.11 | 0.26 | 0 | 0.33 | 276 | 0.21 | 0.58 |
| Hex | 98 | 7D | AA | B | 1A | 0 | 21 | 114 | 15 | 3A |
| Octal | 230 | 175 | 252 | 13 | 32 | 0 | 41 | 424 | 25 | 72 |
| Binary | 10011000 | 1111101 | 10101010 | 1011 | 11010 | 0 | 100001 | 100010100 | 10101 | 111010 |
Color Harmonies of #987DAA
Complementary color
Monochromatic Colors of #987DAA
Black with #987DAA
Text Example
Text Example
White with #987DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DAA; }
p { color: rgb(152,125,170); }
H1.HeaderClassName
{
color: #987DAA;
}
.AnyTagClassName
{
color: #987DAA;
}
</style>
background-color css
<style>
a { background-color: #987DAA; }
a { background-color: rgb(152,125,170); }
div.DivClassName
{
background-color: #987DAA;
}
.BgClassName
{
background-color: #987DAA;
}
</style>
border-color css
<style>
span { border-color: #987DAA; }
span { border-color: rgb(152,125,170); }
td.TdClassName
{
border-color: #987DAA;
}
.TagClassName
{
border-color: #987DAA;
}
</style>