Shades of Ce Soir #84689D
Tints of Ce Soir #84689D
RGB
CMYK
RGB Variations
Color information
#84689D (or 0x84689D) is known color: Ce Soir. HEX triplet: 84, 68 and 9D. RGB value is (132,104,157). Sum of RGB (Red+Green+Blue) = 132+104+157=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #84689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84689D is #7B9762. Grayscale: #767676. Windows color (decimal): -8099683 or 10315908. OLE color: 10315908.
HSL color Cylindrical-coordinate representation of color #84689D: hue angle of 271.7º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84689D is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 104 | 157 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.38 |
| HSL | 271.7º | 0.21% | 0.51% | - |
| HSV(B) | 271.7º | 0.34% | 0.62% | - |
| XYZ | 20.55 | 17.24 | 34.14 | - |
| YUV | 118.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 157 | 0.16 | 0.34 | 0 | 0.38 | 271.7 | 0.21 | 0.51 |
| Hex | 84 | 68 | 9D | 10 | 22 | 0 | 26 | 110 | 15 | 33 |
| Octal | 204 | 150 | 235 | 20 | 42 | 0 | 46 | 420 | 25 | 63 |
| Binary | 10000100 | 1101000 | 10011101 | 10000 | 100010 | 0 | 100110 | 100010000 | 10101 | 110011 |
Color Harmonies of #84689D
Complementary color
Monochromatic Colors of #84689D
Black with #84689D
Text Example
Text Example
White with #84689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84689D; }
p { color: rgb(132,104,157); }
H1.HeaderClassName
{
color: #84689D;
}
.AnyTagClassName
{
color: #84689D;
}
</style>
background-color css
<style>
a { background-color: #84689D; }
a { background-color: rgb(132,104,157); }
div.DivClassName
{
background-color: #84689D;
}
.BgClassName
{
background-color: #84689D;
}
</style>
border-color css
<style>
span { border-color: #84689D; }
span { border-color: rgb(132,104,157); }
td.TdClassName
{
border-color: #84689D;
}
.TagClassName
{
border-color: #84689D;
}
</style>