Shades of Medium Slate Blue #7259EA
Tints of Medium Slate Blue #7259EA
RGB
CMYK
RGB Variations
Color information
#7259EA (or 0x7259EA) is known color: Medium Slate Blue. HEX triplet: 72, 59 and EA. RGB value is (114,89,234). Sum of RGB (Red+Green+Blue) = 114+89+234=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #7259EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7259EA is #8DA615. Grayscale: #707070. Windows color (decimal): -9283094 or 15358322. OLE color: 15358322.
HSL color Cylindrical-coordinate representation of color #7259EA: hue angle of 250.34º 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 #7259EA is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 89 | 234 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.08 |
| HSL | 250.34º | 0.78% | 0.63% | - |
| HSV(B) | 250.34º | 0.62% | 0.92% | - |
| XYZ | 25.36 | 16.66 | 79.72 | - |
| YUV | 113.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 234 | 0.51 | 0.62 | 0 | 0.08 | 250.34 | 0.78 | 0.63 |
| Hex | 72 | 59 | EA | 33 | 3E | 0 | 8 | FA | 4E | 3F |
| Octal | 162 | 131 | 352 | 63 | 76 | 0 | 10 | 372 | 116 | 77 |
| Binary | 1110010 | 1011001 | 11101010 | 110011 | 111110 | 0 | 1000 | 11111010 | 1001110 | 111111 |
Color Harmonies of #7259EA
Complementary color
Monochromatic Colors of #7259EA
Black with #7259EA
Text Example
Text Example
White with #7259EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7259EA; }
p { color: rgb(114,89,234); }
H1.HeaderClassName
{
color: #7259EA;
}
.AnyTagClassName
{
color: #7259EA;
}
</style>
background-color css
<style>
a { background-color: #7259EA; }
a { background-color: rgb(114,89,234); }
div.DivClassName
{
background-color: #7259EA;
}
.BgClassName
{
background-color: #7259EA;
}
</style>
border-color css
<style>
span { border-color: #7259EA; }
span { border-color: rgb(114,89,234); }
td.TdClassName
{
border-color: #7259EA;
}
.TagClassName
{
border-color: #7259EA;
}
</style>