Shades of Ce Soir #8A769E
Tints of Ce Soir #8A769E
RGB
CMYK
RGB Variations
Color information
#8A769E (or 0x8A769E) is known color: Ce Soir. HEX triplet: 8A, 76 and 9E. RGB value is (138,118,158). Sum of RGB (Red+Green+Blue) = 138+118+158=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A769E is #758961. Grayscale: #808080. Windows color (decimal): -7702882 or 10385034. OLE color: 10385034.
HSL color Cylindrical-coordinate representation of color #8A769E: hue angle of 270º 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 #8A769E is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 118 | 158 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.38 |
| HSL | 270º | 0.17% | 0.54% | - |
| HSV(B) | 270º | 0.25% | 0.62% | - |
| XYZ | 23.13 | 20.83 | 35.15 | - |
| YUV | 128.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 158 | 0.13 | 0.25 | 0 | 0.38 | 270 | 0.17 | 0.54 |
| Hex | 8A | 76 | 9E | D | 19 | 0 | 26 | 10E | 11 | 36 |
| Octal | 212 | 166 | 236 | 15 | 31 | 0 | 46 | 416 | 21 | 66 |
| Binary | 10001010 | 1110110 | 10011110 | 1101 | 11001 | 0 | 100110 | 100001110 | 10001 | 110110 |
Color Harmonies of #8A769E
Complementary color
Monochromatic Colors of #8A769E
Black with #8A769E
Text Example
Text Example
White with #8A769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A769E; }
p { color: rgb(138,118,158); }
H1.HeaderClassName
{
color: #8A769E;
}
.AnyTagClassName
{
color: #8A769E;
}
</style>
background-color css
<style>
a { background-color: #8A769E; }
a { background-color: rgb(138,118,158); }
div.DivClassName
{
background-color: #8A769E;
}
.BgClassName
{
background-color: #8A769E;
}
</style>
border-color css
<style>
span { border-color: #8A769E; }
span { border-color: rgb(138,118,158); }
td.TdClassName
{
border-color: #8A769E;
}
.TagClassName
{
border-color: #8A769E;
}
</style>