Shades of Slate Blue #7846DE
Tints of Slate Blue #7846DE
RGB
CMYK
RGB Variations
Color information
#7846DE (or 0x7846DE) is known color: Slate Blue. HEX triplet: 78, 46 and DE. RGB value is (120,70,222). Sum of RGB (Red+Green+Blue) = 120+70+222=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #7846DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7846DE is #87B921. Grayscale: #656565. Windows color (decimal): -8894754 or 14567032. OLE color: 14567032.
HSL color Cylindrical-coordinate representation of color #7846DE: hue angle of 259.74º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7846DE is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 70 | 222 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.13 |
| HSL | 259.74º | 0.7% | 0.57% | - |
| HSV(B) | 259.74º | 0.68% | 0.87% | - |
| XYZ | 23.12 | 13.65 | 70.52 | - |
| YUV | 102.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 222 | 0.46 | 0.68 | 0 | 0.13 | 259.74 | 0.7 | 0.57 |
| Hex | 78 | 46 | DE | 2E | 44 | 0 | D | 104 | 46 | 39 |
| Octal | 170 | 106 | 336 | 56 | 104 | 0 | 15 | 404 | 106 | 71 |
| Binary | 1111000 | 1000110 | 11011110 | 101110 | 1000100 | 0 | 1101 | 100000100 | 1000110 | 111001 |
Color Harmonies of #7846DE
Complementary color
Monochromatic Colors of #7846DE
Black with #7846DE
Text Example
Text Example
White with #7846DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7846DE; }
p { color: rgb(120,70,222); }
H1.HeaderClassName
{
color: #7846DE;
}
.AnyTagClassName
{
color: #7846DE;
}
</style>
background-color css
<style>
a { background-color: #7846DE; }
a { background-color: rgb(120,70,222); }
div.DivClassName
{
background-color: #7846DE;
}
.BgClassName
{
background-color: #7846DE;
}
</style>
border-color css
<style>
span { border-color: #7846DE; }
span { border-color: rgb(120,70,222); }
td.TdClassName
{
border-color: #7846DE;
}
.TagClassName
{
border-color: #7846DE;
}
</style>