Shades of Ce Soir #8A789D
Tints of Ce Soir #8A789D
RGB
CMYK
RGB Variations
Color information
#8A789D (or 0x8A789D) is known color: Ce Soir. HEX triplet: 8A, 78 and 9D. RGB value is (138,120,157). Sum of RGB (Red+Green+Blue) = 138+120+157=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A789D is #758762. Grayscale: #818181. Windows color (decimal): -7702371 or 10320010. OLE color: 10320010.
HSL color Cylindrical-coordinate representation of color #8A789D: hue angle of 269.19º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A789D is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 120 | 157 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.38 |
| HSL | 269.19º | 0.16% | 0.54% | - |
| HSV(B) | 269.19º | 0.24% | 0.62% | - |
| XYZ | 23.28 | 21.27 | 34.78 | - |
| YUV | 129.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 157 | 0.12 | 0.24 | 0 | 0.38 | 269.19 | 0.16 | 0.54 |
| Hex | 8A | 78 | 9D | C | 18 | 0 | 26 | 10D | 10 | 36 |
| Octal | 212 | 170 | 235 | 14 | 30 | 0 | 46 | 415 | 20 | 66 |
| Binary | 10001010 | 1111000 | 10011101 | 1100 | 11000 | 0 | 100110 | 100001101 | 10000 | 110110 |
Color Harmonies of #8A789D
Complementary color
Monochromatic Colors of #8A789D
Black with #8A789D
Text Example
Text Example
White with #8A789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A789D; }
p { color: rgb(138,120,157); }
H1.HeaderClassName
{
color: #8A789D;
}
.AnyTagClassName
{
color: #8A789D;
}
</style>
background-color css
<style>
a { background-color: #8A789D; }
a { background-color: rgb(138,120,157); }
div.DivClassName
{
background-color: #8A789D;
}
.BgClassName
{
background-color: #8A789D;
}
</style>
border-color css
<style>
span { border-color: #8A789D; }
span { border-color: rgb(138,120,157); }
td.TdClassName
{
border-color: #8A789D;
}
.TagClassName
{
border-color: #8A789D;
}
</style>