Shades of Medium Slate Blue #7846EA
Tints of Medium Slate Blue #7846EA
RGB
CMYK
RGB Variations
Color information
#7846EA (or 0x7846EA) is known color: Medium Slate Blue. HEX triplet: 78, 46 and EA. RGB value is (120,70,234). Sum of RGB (Red+Green+Blue) = 120+70+234=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #7846EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7846EA is #87B915. Grayscale: #676767. Windows color (decimal): -8894742 or 15353464. OLE color: 15353464.
HSL color Cylindrical-coordinate representation of color #7846EA: hue angle of 258.29º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7846EA is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 70 | 234 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.08 |
| HSL | 258.29º | 0.8% | 0.6% | - |
| HSV(B) | 258.29º | 0.7% | 0.92% | - |
| XYZ | 24.79 | 14.31 | 79.3 | - |
| YUV | 103.65 | 201.57 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 234 | 0.49 | 0.70 | 0 | 0.08 | 258.29 | 0.8 | 0.6 |
| Hex | 78 | 46 | EA | 31 | 46 | 0 | 8 | 102 | 50 | 3C |
| Octal | 170 | 106 | 352 | 61 | 106 | 0 | 10 | 402 | 120 | 74 |
| Binary | 1111000 | 1000110 | 11101010 | 110001 | 1000110 | 0 | 1000 | 100000010 | 1010000 | 111100 |
Color Harmonies of #7846EA
Complementary color
Monochromatic Colors of #7846EA
Black with #7846EA
Text Example
Text Example
White with #7846EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7846EA; }
p { color: rgb(120,70,234); }
H1.HeaderClassName
{
color: #7846EA;
}
.AnyTagClassName
{
color: #7846EA;
}
</style>
background-color css
<style>
a { background-color: #7846EA; }
a { background-color: rgb(120,70,234); }
div.DivClassName
{
background-color: #7846EA;
}
.BgClassName
{
background-color: #7846EA;
}
</style>
border-color css
<style>
span { border-color: #7846EA; }
span { border-color: rgb(120,70,234); }
td.TdClassName
{
border-color: #7846EA;
}
.TagClassName
{
border-color: #7846EA;
}
</style>