Shades of Ce Soir #84679B
Tints of Ce Soir #84679B
RGB
CMYK
RGB Variations
Color information
#84679B (or 0x84679B) is known color: Ce Soir. HEX triplet: 84, 67 and 9B. RGB value is (132,103,155). Sum of RGB (Red+Green+Blue) = 132+103+155=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #84679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84679B is #7B9864. Grayscale: #757575. Windows color (decimal): -8099941 or 10184580. OLE color: 10184580.
HSL color Cylindrical-coordinate representation of color #84679B: hue angle of 273.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84679B is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 103 | 155 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.39 |
| HSL | 273.46º | 0.21% | 0.51% | - |
| HSV(B) | 273.46º | 0.34% | 0.61% | - |
| XYZ | 20.28 | 16.97 | 33.22 | - |
| YUV | 117.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 155 | 0.15 | 0.34 | 0 | 0.39 | 273.46 | 0.21 | 0.51 |
| Hex | 84 | 67 | 9B | F | 22 | 0 | 27 | 111 | 15 | 33 |
| Octal | 204 | 147 | 233 | 17 | 42 | 0 | 47 | 421 | 25 | 63 |
| Binary | 10000100 | 1100111 | 10011011 | 1111 | 100010 | 0 | 100111 | 100010001 | 10101 | 110011 |
Color Harmonies of #84679B
Complementary color
Monochromatic Colors of #84679B
Black with #84679B
Text Example
Text Example
White with #84679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84679B; }
p { color: rgb(132,103,155); }
H1.HeaderClassName
{
color: #84679B;
}
.AnyTagClassName
{
color: #84679B;
}
</style>
background-color css
<style>
a { background-color: #84679B; }
a { background-color: rgb(132,103,155); }
div.DivClassName
{
background-color: #84679B;
}
.BgClassName
{
background-color: #84679B;
}
</style>
border-color css
<style>
span { border-color: #84679B; }
span { border-color: rgb(132,103,155); }
td.TdClassName
{
border-color: #84679B;
}
.TagClassName
{
border-color: #84679B;
}
</style>