Shades of Slate Blue #7847DC
Tints of Slate Blue #7847DC
RGB
CMYK
RGB Variations
Color information
#7847DC (or 0x7847DC) is known color: Slate Blue. HEX triplet: 78, 47 and DC. RGB value is (120,71,220). Sum of RGB (Red+Green+Blue) = 120+71+220=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #7847DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7847DC is #87B823. Grayscale: #666666. Windows color (decimal): -8894500 or 14436216. OLE color: 14436216.
HSL color Cylindrical-coordinate representation of color #7847DC: hue angle of 259.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7847DC is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 71 | 220 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.14 |
| HSL | 259.73º | 0.68% | 0.57% | - |
| HSV(B) | 259.73º | 0.68% | 0.86% | - |
| XYZ | 22.92 | 13.67 | 69.14 | - |
| YUV | 102.64 | 194.23 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 71 | 220 | 0.45 | 0.68 | 0 | 0.14 | 259.73 | 0.68 | 0.57 |
| Hex | 78 | 47 | DC | 2D | 44 | 0 | E | 104 | 44 | 39 |
| Octal | 170 | 107 | 334 | 55 | 104 | 0 | 16 | 404 | 104 | 71 |
| Binary | 1111000 | 1000111 | 11011100 | 101101 | 1000100 | 0 | 1110 | 100000100 | 1000100 | 111001 |
Color Harmonies of #7847DC
Complementary color
Monochromatic Colors of #7847DC
Black with #7847DC
Text Example
Text Example
White with #7847DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7847DC; }
p { color: rgb(120,71,220); }
H1.HeaderClassName
{
color: #7847DC;
}
.AnyTagClassName
{
color: #7847DC;
}
</style>
background-color css
<style>
a { background-color: #7847DC; }
a { background-color: rgb(120,71,220); }
div.DivClassName
{
background-color: #7847DC;
}
.BgClassName
{
background-color: #7847DC;
}
</style>
border-color css
<style>
span { border-color: #7847DC; }
span { border-color: rgb(120,71,220); }
td.TdClassName
{
border-color: #7847DC;
}
.TagClassName
{
border-color: #7847DC;
}
</style>