Shades of Medium Slate Blue #7251EE
Tints of Medium Slate Blue #7251EE
RGB
CMYK
RGB Variations
Color information
#7251EE (or 0x7251EE) is known color: Medium Slate Blue. HEX triplet: 72, 51 and EE. RGB value is (114,81,238). Sum of RGB (Red+Green+Blue) = 114+81+238=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #7251EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251EE is #8DAE11. Grayscale: #6C6C6C. Windows color (decimal): -9285138 or 15618418. OLE color: 15618418.
HSL color Cylindrical-coordinate representation of color #7251EE: hue angle of 252.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7251EE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 81 | 238 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.07 |
| HSL | 252.61º | 0.82% | 0.63% | - |
| HSV(B) | 252.61º | 0.66% | 0.93% | - |
| XYZ | 25.31 | 15.64 | 82.57 | - |
| YUV | 108.77 | 200.93 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 238 | 0.52 | 0.66 | 0 | 0.07 | 252.61 | 0.82 | 0.63 |
| Hex | 72 | 51 | EE | 34 | 42 | 0 | 7 | FD | 52 | 3F |
| Octal | 162 | 121 | 356 | 64 | 102 | 0 | 7 | 375 | 122 | 77 |
| Binary | 1110010 | 1010001 | 11101110 | 110100 | 1000010 | 0 | 111 | 11111101 | 1010010 | 111111 |
Color Harmonies of #7251EE
Complementary color
Monochromatic Colors of #7251EE
Black with #7251EE
Text Example
Text Example
White with #7251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251EE; }
p { color: rgb(114,81,238); }
H1.HeaderClassName
{
color: #7251EE;
}
.AnyTagClassName
{
color: #7251EE;
}
</style>
background-color css
<style>
a { background-color: #7251EE; }
a { background-color: rgb(114,81,238); }
div.DivClassName
{
background-color: #7251EE;
}
.BgClassName
{
background-color: #7251EE;
}
</style>
border-color css
<style>
span { border-color: #7251EE; }
span { border-color: rgb(114,81,238); }
td.TdClassName
{
border-color: #7251EE;
}
.TagClassName
{
border-color: #7251EE;
}
</style>