Shades of Medium Slate Blue #7F4EEA
Tints of Medium Slate Blue #7F4EEA
RGB
CMYK
RGB Variations
Color information
#7F4EEA (or 0x7F4EEA) is known color: Medium Slate Blue. HEX triplet: 7F, 4E and EA. RGB value is (127,78,234). Sum of RGB (Red+Green+Blue) = 127+78+234=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F4EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4EEA is #80B115. Grayscale: #6D6D6D. Windows color (decimal): -8433942 or 15355519. OLE color: 15355519.
HSL color Cylindrical-coordinate representation of color #7F4EEA: hue angle of 258.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F4EEA is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 78 | 234 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.08 |
| HSL | 258.85º | 0.79% | 0.61% | - |
| HSV(B) | 258.85º | 0.67% | 0.92% | - |
| XYZ | 26.33 | 15.9 | 79.52 | - |
| YUV | 110.44 | 197.73 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 78 | 234 | 0.46 | 0.67 | 0 | 0.08 | 258.85 | 0.79 | 0.61 |
| Hex | 7F | 4E | EA | 2E | 43 | 0 | 8 | 103 | 4F | 3D |
| Octal | 177 | 116 | 352 | 56 | 103 | 0 | 10 | 403 | 117 | 75 |
| Binary | 1111111 | 1001110 | 11101010 | 101110 | 1000011 | 0 | 1000 | 100000011 | 1001111 | 111101 |
Color Harmonies of #7F4EEA
Complementary color
Monochromatic Colors of #7F4EEA
Black with #7F4EEA
Text Example
Text Example
White with #7F4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4EEA; }
p { color: rgb(127,78,234); }
H1.HeaderClassName
{
color: #7F4EEA;
}
.AnyTagClassName
{
color: #7F4EEA;
}
</style>
background-color css
<style>
a { background-color: #7F4EEA; }
a { background-color: rgb(127,78,234); }
div.DivClassName
{
background-color: #7F4EEA;
}
.BgClassName
{
background-color: #7F4EEA;
}
</style>
border-color css
<style>
span { border-color: #7F4EEA; }
span { border-color: rgb(127,78,234); }
td.TdClassName
{
border-color: #7F4EEA;
}
.TagClassName
{
border-color: #7F4EEA;
}
</style>