Shades of Medium Slate Blue #7E5CFC
Tints of Medium Slate Blue #7E5CFC
RGB
CMYK
RGB Variations
Color information
#7E5CFC (or 0x7E5CFC) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and FC. RGB value is (126,92,252). Sum of RGB (Red+Green+Blue) = 126+92+252=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E5CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5CFC is #81A303. Grayscale: #777777. Windows color (decimal): -8495876 or 16538750. OLE color: 16538750.
HSL color Cylindrical-coordinate representation of color #7E5CFC: hue angle of 252.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E5CFC is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 92 | 252 | - |
| CMYK | 0.5 | 0.63 | 0 | 0.01 |
| HSL | 252.75º | 0.96% | 0.67% | - |
| HSV(B) | 252.75º | 0.63% | 0.99% | - |
| XYZ | 30 | 19.12 | 94.2 | - |
| YUV | 120.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 252 | 0.5 | 0.63 | 0 | 0.01 | 252.75 | 0.96 | 0.67 |
| Hex | 7E | 5C | FC | 32 | 3F | 0 | 1 | FD | 60 | 43 |
| Octal | 176 | 134 | 374 | 62 | 77 | 0 | 1 | 375 | 140 | 103 |
| Binary | 1111110 | 1011100 | 11111100 | 110010 | 111111 | 0 | 1 | 11111101 | 1100000 | 1000011 |
Color Harmonies of #7E5CFC
Complementary color
Monochromatic Colors of #7E5CFC
Black with #7E5CFC
Text Example
Text Example
White with #7E5CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CFC; }
p { color: rgb(126,92,252); }
H1.HeaderClassName
{
color: #7E5CFC;
}
.AnyTagClassName
{
color: #7E5CFC;
}
</style>
background-color css
<style>
a { background-color: #7E5CFC; }
a { background-color: rgb(126,92,252); }
div.DivClassName
{
background-color: #7E5CFC;
}
.BgClassName
{
background-color: #7E5CFC;
}
</style>
border-color css
<style>
span { border-color: #7E5CFC; }
span { border-color: rgb(126,92,252); }
td.TdClassName
{
border-color: #7E5CFC;
}
.TagClassName
{
border-color: #7E5CFC;
}
</style>