Shades of Medium Slate Blue #7257ED
Tints of Medium Slate Blue #7257ED
RGB
CMYK
RGB Variations
Color information
#7257ED (or 0x7257ED) is known color: Medium Slate Blue. HEX triplet: 72, 57 and ED. RGB value is (114,87,237). Sum of RGB (Red+Green+Blue) = 114+87+237=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #7257ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7257ED is #8DA812. Grayscale: #6F6F6F. Windows color (decimal): -9283603 or 15554418. OLE color: 15554418.
HSL color Cylindrical-coordinate representation of color #7257ED: hue angle of 250.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7257ED is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 87 | 237 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.07 |
| HSL | 250.8º | 0.81% | 0.64% | - |
| HSV(B) | 250.8º | 0.63% | 0.93% | - |
| XYZ | 25.63 | 16.51 | 81.96 | - |
| YUV | 112.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 237 | 0.52 | 0.63 | 0 | 0.07 | 250.8 | 0.81 | 0.64 |
| Hex | 72 | 57 | ED | 34 | 3F | 0 | 7 | FB | 51 | 40 |
| Octal | 162 | 127 | 355 | 64 | 77 | 0 | 7 | 373 | 121 | 100 |
| Binary | 1110010 | 1010111 | 11101101 | 110100 | 111111 | 0 | 111 | 11111011 | 1010001 | 1000000 |
Color Harmonies of #7257ED
Complementary color
Monochromatic Colors of #7257ED
Black with #7257ED
Text Example
Text Example
White with #7257ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7257ED; }
p { color: rgb(114,87,237); }
H1.HeaderClassName
{
color: #7257ED;
}
.AnyTagClassName
{
color: #7257ED;
}
</style>
background-color css
<style>
a { background-color: #7257ED; }
a { background-color: rgb(114,87,237); }
div.DivClassName
{
background-color: #7257ED;
}
.BgClassName
{
background-color: #7257ED;
}
</style>
border-color css
<style>
span { border-color: #7257ED; }
span { border-color: rgb(114,87,237); }
td.TdClassName
{
border-color: #7257ED;
}
.TagClassName
{
border-color: #7257ED;
}
</style>