Shades of Medium Slate Blue #7259EE
Tints of Medium Slate Blue #7259EE
RGB
CMYK
RGB Variations
Color information
#7259EE (or 0x7259EE) is known color: Medium Slate Blue. HEX triplet: 72, 59 and EE. RGB value is (114,89,238). Sum of RGB (Red+Green+Blue) = 114+89+238=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #7259EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7259EE is #8DA611. Grayscale: #707070. Windows color (decimal): -9283090 or 15620466. OLE color: 15620466.
HSL color Cylindrical-coordinate representation of color #7259EE: hue angle of 250.07º 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 #7259EE is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 89 | 238 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.07 |
| HSL | 250.07º | 0.81% | 0.64% | - |
| HSV(B) | 250.07º | 0.63% | 0.93% | - |
| XYZ | 25.94 | 16.9 | 82.78 | - |
| YUV | 113.46 | 198.28 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 238 | 0.52 | 0.63 | 0 | 0.07 | 250.07 | 0.81 | 0.64 |
| Hex | 72 | 59 | EE | 34 | 3F | 0 | 7 | FA | 51 | 40 |
| Octal | 162 | 131 | 356 | 64 | 77 | 0 | 7 | 372 | 121 | 100 |
| Binary | 1110010 | 1011001 | 11101110 | 110100 | 111111 | 0 | 111 | 11111010 | 1010001 | 1000000 |
Color Harmonies of #7259EE
Complementary color
Monochromatic Colors of #7259EE
Black with #7259EE
Text Example
Text Example
White with #7259EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259EE; }
p { color: rgb(114,89,238); }
H1.HeaderClassName
{
color: #7259EE;
}
.AnyTagClassName
{
color: #7259EE;
}
</style>
background-color css
<style>
a { background-color: #7259EE; }
a { background-color: rgb(114,89,238); }
div.DivClassName
{
background-color: #7259EE;
}
.BgClassName
{
background-color: #7259EE;
}
</style>
border-color css
<style>
span { border-color: #7259EE; }
span { border-color: rgb(114,89,238); }
td.TdClassName
{
border-color: #7259EE;
}
.TagClassName
{
border-color: #7259EE;
}
</style>