Shades of Ce Soir #8A739A
Tints of Ce Soir #8A739A
RGB
CMYK
RGB Variations
Color information
#8A739A (or 0x8A739A) is known color: Ce Soir. HEX triplet: 8A, 73 and 9A. RGB value is (138,115,154). Sum of RGB (Red+Green+Blue) = 138+115+154=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A739A is #758C65. Grayscale: #7E7E7E. Windows color (decimal): -7703654 or 10122122. OLE color: 10122122.
HSL color Cylindrical-coordinate representation of color #8A739A: hue angle of 275.38º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A739A is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 115 | 154 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.40 |
| HSL | 275.38º | 0.16% | 0.53% | - |
| HSV(B) | 275.38º | 0.25% | 0.6% | - |
| XYZ | 22.44 | 20 | 33.25 | - |
| YUV | 126.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 154 | 0.10 | 0.25 | 0 | 0.40 | 275.38 | 0.16 | 0.53 |
| Hex | 8A | 73 | 9A | A | 19 | 0 | 28 | 113 | 10 | 35 |
| Octal | 212 | 163 | 232 | 12 | 31 | 0 | 50 | 423 | 20 | 65 |
| Binary | 10001010 | 1110011 | 10011010 | 1010 | 11001 | 0 | 101000 | 100010011 | 10000 | 110101 |
Color Harmonies of #8A739A
Complementary color
Monochromatic Colors of #8A739A
Black with #8A739A
Text Example
Text Example
White with #8A739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A739A; }
p { color: rgb(138,115,154); }
H1.HeaderClassName
{
color: #8A739A;
}
.AnyTagClassName
{
color: #8A739A;
}
</style>
background-color css
<style>
a { background-color: #8A739A; }
a { background-color: rgb(138,115,154); }
div.DivClassName
{
background-color: #8A739A;
}
.BgClassName
{
background-color: #8A739A;
}
</style>
border-color css
<style>
span { border-color: #8A739A; }
span { border-color: rgb(138,115,154); }
td.TdClassName
{
border-color: #8A739A;
}
.TagClassName
{
border-color: #8A739A;
}
</style>