Shades of Medium Slate Blue #7E55FF
Tints of Medium Slate Blue #7E55FF
RGB
CMYK
RGB Variations
Color information
#7E55FF (or 0x7E55FF) is known color: Medium Slate Blue. HEX triplet: 7E, 55 and FF. RGB value is (126,85,255). Sum of RGB (Red+Green+Blue) = 126+85+255=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E55FF is #81AA00. Grayscale: #737373. Windows color (decimal): -8497665 or 16733566. OLE color: 16733566.
HSL color Cylindrical-coordinate representation of color #7E55FF: hue angle of 254.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E55FF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 85 | 255 | - |
| CMYK | 0.51 | 0.67 | 0 | 0 |
| HSL | 254.47º | 1% | 0.67% | - |
| HSV(B) | 254.47º | 0.67% | 1% | - |
| XYZ | 29.9 | 18.15 | 96.54 | - |
| YUV | 116.64 | 206.08 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 255 | 0.51 | 0.67 | 0 | 0 | 254.47 | 1 | 0.67 |
| Hex | 7E | 55 | FF | 33 | 43 | 0 | 0 | FE | 64 | 43 |
| Octal | 176 | 125 | 377 | 63 | 103 | 0 | 0 | 376 | 144 | 103 |
| Binary | 1111110 | 1010101 | 11111111 | 110011 | 1000011 | 0 | 0 | 11111110 | 1100100 | 1000011 |
Color Harmonies of #7E55FF
Complementary color
Monochromatic Colors of #7E55FF
Black with #7E55FF
Text Example
Text Example
White with #7E55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E55FF; }
p { color: rgb(126,85,255); }
H1.HeaderClassName
{
color: #7E55FF;
}
.AnyTagClassName
{
color: #7E55FF;
}
</style>
background-color css
<style>
a { background-color: #7E55FF; }
a { background-color: rgb(126,85,255); }
div.DivClassName
{
background-color: #7E55FF;
}
.BgClassName
{
background-color: #7E55FF;
}
</style>
border-color css
<style>
span { border-color: #7E55FF; }
span { border-color: rgb(126,85,255); }
td.TdClassName
{
border-color: #7E55FF;
}
.TagClassName
{
border-color: #7E55FF;
}
</style>