Shades of Ce Soir #84669D
Tints of Ce Soir #84669D
RGB
CMYK
RGB Variations
Color information
#84669D (or 0x84669D) is known color: Ce Soir. HEX triplet: 84, 66 and 9D. RGB value is (132,102,157). Sum of RGB (Red+Green+Blue) = 132+102+157=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #84669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84669D is #7B9962. Grayscale: #757575. Windows color (decimal): -8100195 or 10315396. OLE color: 10315396.
HSL color Cylindrical-coordinate representation of color #84669D: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84669D is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 102 | 157 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.38 |
| HSL | 272.73º | 0.22% | 0.51% | - |
| HSV(B) | 272.73º | 0.35% | 0.62% | - |
| XYZ | 20.35 | 16.84 | 34.08 | - |
| YUV | 117.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 157 | 0.16 | 0.35 | 0 | 0.38 | 272.73 | 0.22 | 0.51 |
| Hex | 84 | 66 | 9D | 10 | 23 | 0 | 26 | 111 | 16 | 33 |
| Octal | 204 | 146 | 235 | 20 | 43 | 0 | 46 | 421 | 26 | 63 |
| Binary | 10000100 | 1100110 | 10011101 | 10000 | 100011 | 0 | 100110 | 100010001 | 10110 | 110011 |
Color Harmonies of #84669D
Complementary color
Monochromatic Colors of #84669D
Black with #84669D
Text Example
Text Example
White with #84669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84669D; }
p { color: rgb(132,102,157); }
H1.HeaderClassName
{
color: #84669D;
}
.AnyTagClassName
{
color: #84669D;
}
</style>
background-color css
<style>
a { background-color: #84669D; }
a { background-color: rgb(132,102,157); }
div.DivClassName
{
background-color: #84669D;
}
.BgClassName
{
background-color: #84669D;
}
</style>
border-color css
<style>
span { border-color: #84669D; }
span { border-color: rgb(132,102,157); }
td.TdClassName
{
border-color: #84669D;
}
.TagClassName
{
border-color: #84669D;
}
</style>