Shades of Ce Soir #8A769C
Tints of Ce Soir #8A769C
RGB
CMYK
RGB Variations
Color information
#8A769C (or 0x8A769C) is known color: Ce Soir. HEX triplet: 8A, 76 and 9C. RGB value is (138,118,156). Sum of RGB (Red+Green+Blue) = 138+118+156=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A769C is #758963. Grayscale: #808080. Windows color (decimal): -7702884 or 10253962. OLE color: 10253962.
HSL color Cylindrical-coordinate representation of color #8A769C: hue angle of 271.58º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A769C is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 118 | 156 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.39 |
| HSL | 271.58º | 0.16% | 0.54% | - |
| HSV(B) | 271.58º | 0.24% | 0.61% | - |
| XYZ | 22.96 | 20.76 | 34.25 | - |
| YUV | 128.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 156 | 0.12 | 0.24 | 0 | 0.39 | 271.58 | 0.16 | 0.54 |
| Hex | 8A | 76 | 9C | C | 18 | 0 | 27 | 110 | 10 | 36 |
| Octal | 212 | 166 | 234 | 14 | 30 | 0 | 47 | 420 | 20 | 66 |
| Binary | 10001010 | 1110110 | 10011100 | 1100 | 11000 | 0 | 100111 | 100010000 | 10000 | 110110 |
Color Harmonies of #8A769C
Complementary color
Monochromatic Colors of #8A769C
Black with #8A769C
Text Example
Text Example
White with #8A769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A769C; }
p { color: rgb(138,118,156); }
H1.HeaderClassName
{
color: #8A769C;
}
.AnyTagClassName
{
color: #8A769C;
}
</style>
background-color css
<style>
a { background-color: #8A769C; }
a { background-color: rgb(138,118,156); }
div.DivClassName
{
background-color: #8A769C;
}
.BgClassName
{
background-color: #8A769C;
}
</style>
border-color css
<style>
span { border-color: #8A769C; }
span { border-color: rgb(138,118,156); }
td.TdClassName
{
border-color: #8A769C;
}
.TagClassName
{
border-color: #8A769C;
}
</style>