Shades of Ce Soir #8A769D
Tints of Ce Soir #8A769D
RGB
CMYK
RGB Variations
Color information
#8A769D (or 0x8A769D) is known color: Ce Soir. HEX triplet: 8A, 76 and 9D. RGB value is (138,118,157). Sum of RGB (Red+Green+Blue) = 138+118+157=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A769D is #758962. Grayscale: #808080. Windows color (decimal): -7702883 or 10319498. OLE color: 10319498.
HSL color Cylindrical-coordinate representation of color #8A769D: hue angle of 270.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A769D is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 118 | 157 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.38 |
| HSL | 270.77º | 0.17% | 0.54% | - |
| HSV(B) | 270.77º | 0.25% | 0.62% | - |
| XYZ | 23.05 | 20.79 | 34.7 | - |
| YUV | 128.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 157 | 0.12 | 0.25 | 0 | 0.38 | 270.77 | 0.17 | 0.54 |
| Hex | 8A | 76 | 9D | C | 19 | 0 | 26 | 10F | 11 | 36 |
| Octal | 212 | 166 | 235 | 14 | 31 | 0 | 46 | 417 | 21 | 66 |
| Binary | 10001010 | 1110110 | 10011101 | 1100 | 11001 | 0 | 100110 | 100001111 | 10001 | 110110 |
Color Harmonies of #8A769D
Complementary color
Monochromatic Colors of #8A769D
Black with #8A769D
Text Example
Text Example
White with #8A769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A769D; }
p { color: rgb(138,118,157); }
H1.HeaderClassName
{
color: #8A769D;
}
.AnyTagClassName
{
color: #8A769D;
}
</style>
background-color css
<style>
a { background-color: #8A769D; }
a { background-color: rgb(138,118,157); }
div.DivClassName
{
background-color: #8A769D;
}
.BgClassName
{
background-color: #8A769D;
}
</style>
border-color css
<style>
span { border-color: #8A769D; }
span { border-color: rgb(138,118,157); }
td.TdClassName
{
border-color: #8A769D;
}
.TagClassName
{
border-color: #8A769D;
}
</style>