Shades of Ce Soir #986BA7
Tints of Ce Soir #986BA7
RGB
CMYK
RGB Variations
Color information
#986BA7 (or 0x986BA7) is known color: Ce Soir. HEX triplet: 98, 6B and A7. RGB value is (152,107,167). Sum of RGB (Red+Green+Blue) = 152+107+167=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #986BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BA7 is #679458. Grayscale: #7F7F7F. Windows color (decimal): -6788185 or 10972056. OLE color: 10972056.
HSL color Cylindrical-coordinate representation of color #986BA7: hue angle of 285º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986BA7 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 107 | 167 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.35 |
| HSL | 285º | 0.25% | 0.54% | - |
| HSV(B) | 285º | 0.36% | 0.65% | - |
| XYZ | 25.18 | 19.98 | 39.09 | - |
| YUV | 127.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 167 | 0.09 | 0.36 | 0 | 0.35 | 285 | 0.25 | 0.54 |
| Hex | 98 | 6B | A7 | 9 | 24 | 0 | 23 | 11D | 19 | 36 |
| Octal | 230 | 153 | 247 | 11 | 44 | 0 | 43 | 435 | 31 | 66 |
| Binary | 10011000 | 1101011 | 10100111 | 1001 | 100100 | 0 | 100011 | 100011101 | 11001 | 110110 |
Color Harmonies of #986BA7
Complementary color
Monochromatic Colors of #986BA7
Black with #986BA7
Text Example
Text Example
White with #986BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BA7; }
p { color: rgb(152,107,167); }
H1.HeaderClassName
{
color: #986BA7;
}
.AnyTagClassName
{
color: #986BA7;
}
</style>
background-color css
<style>
a { background-color: #986BA7; }
a { background-color: rgb(152,107,167); }
div.DivClassName
{
background-color: #986BA7;
}
.BgClassName
{
background-color: #986BA7;
}
</style>
border-color css
<style>
span { border-color: #986BA7; }
span { border-color: rgb(152,107,167); }
td.TdClassName
{
border-color: #986BA7;
}
.TagClassName
{
border-color: #986BA7;
}
</style>