Shades of Medium Slate Blue #7253E7
Tints of Medium Slate Blue #7253E7
RGB
CMYK
RGB Variations
Color information
#7253E7 (or 0x7253E7) is known color: Medium Slate Blue. HEX triplet: 72, 53 and E7. RGB value is (114,83,231). Sum of RGB (Red+Green+Blue) = 114+83+231=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #7253E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7253E7 is #8DAC18. Grayscale: #6C6C6C. Windows color (decimal): -9284633 or 15160178. OLE color: 15160178.
HSL color Cylindrical-coordinate representation of color #7253E7: hue angle of 252.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7253E7 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 83 | 231 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.09 |
| HSL | 252.57º | 0.76% | 0.62% | - |
| HSV(B) | 252.57º | 0.64% | 0.91% | - |
| XYZ | 24.46 | 15.53 | 77.31 | - |
| YUV | 109.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 231 | 0.51 | 0.64 | 0 | 0.09 | 252.57 | 0.76 | 0.62 |
| Hex | 72 | 53 | E7 | 33 | 40 | 0 | 9 | FD | 4C | 3E |
| Octal | 162 | 123 | 347 | 63 | 100 | 0 | 11 | 375 | 114 | 76 |
| Binary | 1110010 | 1010011 | 11100111 | 110011 | 1000000 | 0 | 1001 | 11111101 | 1001100 | 111110 |
Color Harmonies of #7253E7
Complementary color
Monochromatic Colors of #7253E7
Black with #7253E7
Text Example
Text Example
White with #7253E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253E7; }
p { color: rgb(114,83,231); }
H1.HeaderClassName
{
color: #7253E7;
}
.AnyTagClassName
{
color: #7253E7;
}
</style>
background-color css
<style>
a { background-color: #7253E7; }
a { background-color: rgb(114,83,231); }
div.DivClassName
{
background-color: #7253E7;
}
.BgClassName
{
background-color: #7253E7;
}
</style>
border-color css
<style>
span { border-color: #7253E7; }
span { border-color: rgb(114,83,231); }
td.TdClassName
{
border-color: #7253E7;
}
.TagClassName
{
border-color: #7253E7;
}
</style>