Shades of Medium Slate Blue #7F59EA
Tints of Medium Slate Blue #7F59EA
RGB
CMYK
RGB Variations
Color information
#7F59EA (or 0x7F59EA) is known color: Medium Slate Blue. HEX triplet: 7F, 59 and EA. RGB value is (127,89,234). Sum of RGB (Red+Green+Blue) = 127+89+234=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F59EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F59EA is #80A615. Grayscale: #747474. Windows color (decimal): -8431126 or 15358335. OLE color: 15358335.
HSL color Cylindrical-coordinate representation of color #7F59EA: hue angle of 255.72º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F59EA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 89 | 234 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.08 |
| HSL | 255.72º | 0.78% | 0.63% | - |
| HSV(B) | 255.72º | 0.62% | 0.92% | - |
| XYZ | 27.18 | 17.6 | 79.81 | - |
| YUV | 116.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 234 | 0.46 | 0.62 | 0 | 0.08 | 255.72 | 0.78 | 0.63 |
| Hex | 7F | 59 | EA | 2E | 3E | 0 | 8 | 100 | 4E | 3F |
| Octal | 177 | 131 | 352 | 56 | 76 | 0 | 10 | 400 | 116 | 77 |
| Binary | 1111111 | 1011001 | 11101010 | 101110 | 111110 | 0 | 1000 | 100000000 | 1001110 | 111111 |
Color Harmonies of #7F59EA
Complementary color
Monochromatic Colors of #7F59EA
Black with #7F59EA
Text Example
Text Example
White with #7F59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F59EA; }
p { color: rgb(127,89,234); }
H1.HeaderClassName
{
color: #7F59EA;
}
.AnyTagClassName
{
color: #7F59EA;
}
</style>
background-color css
<style>
a { background-color: #7F59EA; }
a { background-color: rgb(127,89,234); }
div.DivClassName
{
background-color: #7F59EA;
}
.BgClassName
{
background-color: #7F59EA;
}
</style>
border-color css
<style>
span { border-color: #7F59EA; }
span { border-color: rgb(127,89,234); }
td.TdClassName
{
border-color: #7F59EA;
}
.TagClassName
{
border-color: #7F59EA;
}
</style>