Shades of Ce Soir #9778AB
Tints of Ce Soir #9778AB
RGB
CMYK
RGB Variations
Color information
#9778AB (or 0x9778AB) is known color: Ce Soir. HEX triplet: 97, 78 and AB. RGB value is (151,120,171). Sum of RGB (Red+Green+Blue) = 151+120+171=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9778AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9778AB is #688754. Grayscale: #868686. Windows color (decimal): -6850389 or 11237527. OLE color: 11237527.
HSL color Cylindrical-coordinate representation of color #9778AB: hue angle of 276.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9778AB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 120 | 171 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.33 |
| HSL | 276.47º | 0.23% | 0.57% | - |
| HSV(B) | 276.47º | 0.3% | 0.67% | - |
| XYZ | 26.83 | 22.95 | 41.54 | - |
| YUV | 135.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 171 | 0.12 | 0.30 | 0 | 0.33 | 276.47 | 0.23 | 0.57 |
| Hex | 97 | 78 | AB | C | 1E | 0 | 21 | 114 | 17 | 39 |
| Octal | 227 | 170 | 253 | 14 | 36 | 0 | 41 | 424 | 27 | 71 |
| Binary | 10010111 | 1111000 | 10101011 | 1100 | 11110 | 0 | 100001 | 100010100 | 10111 | 111001 |
Color Harmonies of #9778AB
Complementary color
Monochromatic Colors of #9778AB
Black with #9778AB
Text Example
Text Example
White with #9778AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9778AB; }
p { color: rgb(151,120,171); }
H1.HeaderClassName
{
color: #9778AB;
}
.AnyTagClassName
{
color: #9778AB;
}
</style>
background-color css
<style>
a { background-color: #9778AB; }
a { background-color: rgb(151,120,171); }
div.DivClassName
{
background-color: #9778AB;
}
.BgClassName
{
background-color: #9778AB;
}
</style>
border-color css
<style>
span { border-color: #9778AB; }
span { border-color: rgb(151,120,171); }
td.TdClassName
{
border-color: #9778AB;
}
.TagClassName
{
border-color: #9778AB;
}
</style>