Shades of Medium Slate Blue #7850EA
Tints of Medium Slate Blue #7850EA
RGB
CMYK
RGB Variations
Color information
#7850EA (or 0x7850EA) is known color: Medium Slate Blue. HEX triplet: 78, 50 and EA. RGB value is (120,80,234). Sum of RGB (Red+Green+Blue) = 120+80+234=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #7850EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7850EA is #87AF15. Grayscale: #6C6C6C. Windows color (decimal): -8892182 or 15356024. OLE color: 15356024.
HSL color Cylindrical-coordinate representation of color #7850EA: hue angle of 255.58º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7850EA is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 80 | 234 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.08 |
| HSL | 255.58º | 0.79% | 0.62% | - |
| HSV(B) | 255.58º | 0.66% | 0.92% | - |
| XYZ | 25.47 | 15.67 | 79.52 | - |
| YUV | 109.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 234 | 0.49 | 0.66 | 0 | 0.08 | 255.58 | 0.79 | 0.62 |
| Hex | 78 | 50 | EA | 31 | 42 | 0 | 8 | 100 | 4F | 3E |
| Octal | 170 | 120 | 352 | 61 | 102 | 0 | 10 | 400 | 117 | 76 |
| Binary | 1111000 | 1010000 | 11101010 | 110001 | 1000010 | 0 | 1000 | 100000000 | 1001111 | 111110 |
Color Harmonies of #7850EA
Complementary color
Monochromatic Colors of #7850EA
Black with #7850EA
Text Example
Text Example
White with #7850EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7850EA; }
p { color: rgb(120,80,234); }
H1.HeaderClassName
{
color: #7850EA;
}
.AnyTagClassName
{
color: #7850EA;
}
</style>
background-color css
<style>
a { background-color: #7850EA; }
a { background-color: rgb(120,80,234); }
div.DivClassName
{
background-color: #7850EA;
}
.BgClassName
{
background-color: #7850EA;
}
</style>
border-color css
<style>
span { border-color: #7850EA; }
span { border-color: rgb(120,80,234); }
td.TdClassName
{
border-color: #7850EA;
}
.TagClassName
{
border-color: #7850EA;
}
</style>