Shades of Ce Soir #987BA4
Tints of Ce Soir #987BA4
RGB
CMYK
RGB Variations
Color information
#987BA4 (or 0x987BA4) is known color: Ce Soir. HEX triplet: 98, 7B and A4. RGB value is (152,123,164). Sum of RGB (Red+Green+Blue) = 152+123+164=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #987BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987BA4 is #67845B. Grayscale: #888888. Windows color (decimal): -6784092 or 10779544. OLE color: 10779544.
HSL color Cylindrical-coordinate representation of color #987BA4: hue angle of 282.44º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987BA4 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 123 | 164 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.36 |
| HSL | 282.44º | 0.18% | 0.56% | - |
| HSV(B) | 282.44º | 0.25% | 0.64% | - |
| XYZ | 26.73 | 23.52 | 38.25 | - |
| YUV | 136.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 164 | 0.07 | 0.25 | 0 | 0.36 | 282.44 | 0.18 | 0.56 |
| Hex | 98 | 7B | A4 | 7 | 19 | 0 | 24 | 11A | 12 | 38 |
| Octal | 230 | 173 | 244 | 7 | 31 | 0 | 44 | 432 | 22 | 70 |
| Binary | 10011000 | 1111011 | 10100100 | 111 | 11001 | 0 | 100100 | 100011010 | 10010 | 111000 |
Color Harmonies of #987BA4
Complementary color
Monochromatic Colors of #987BA4
Black with #987BA4
Text Example
Text Example
White with #987BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BA4; }
p { color: rgb(152,123,164); }
H1.HeaderClassName
{
color: #987BA4;
}
.AnyTagClassName
{
color: #987BA4;
}
</style>
background-color css
<style>
a { background-color: #987BA4; }
a { background-color: rgb(152,123,164); }
div.DivClassName
{
background-color: #987BA4;
}
.BgClassName
{
background-color: #987BA4;
}
</style>
border-color css
<style>
span { border-color: #987BA4; }
span { border-color: rgb(152,123,164); }
td.TdClassName
{
border-color: #987BA4;
}
.TagClassName
{
border-color: #987BA4;
}
</style>