Shades of Medium Slate Blue #7152E7
Tints of Medium Slate Blue #7152E7
RGB
CMYK
RGB Variations
Color information
#7152E7 (or 0x7152E7) is known color: Medium Slate Blue. HEX triplet: 71, 52 and E7. RGB value is (113,82,231). Sum of RGB (Red+Green+Blue) = 113+82+231=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #7152E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7152E7 is #8EAD18. Grayscale: #6B6B6B. Windows color (decimal): -9350425 or 15159921. OLE color: 15159921.
HSL color Cylindrical-coordinate representation of color #7152E7: hue angle of 252.48º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7152E7 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 82 | 231 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.09 |
| HSL | 252.48º | 0.76% | 0.61% | - |
| HSV(B) | 252.48º | 0.65% | 0.91% | - |
| XYZ | 24.25 | 15.31 | 77.28 | - |
| YUV | 108.26 | 197.27 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 231 | 0.51 | 0.65 | 0 | 0.09 | 252.48 | 0.76 | 0.61 |
| Hex | 71 | 52 | E7 | 33 | 41 | 0 | 9 | FC | 4C | 3D |
| Octal | 161 | 122 | 347 | 63 | 101 | 0 | 11 | 374 | 114 | 75 |
| Binary | 1110001 | 1010010 | 11100111 | 110011 | 1000001 | 0 | 1001 | 11111100 | 1001100 | 111101 |
Color Harmonies of #7152E7
Complementary color
Monochromatic Colors of #7152E7
Black with #7152E7
Text Example
Text Example
White with #7152E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152E7; }
p { color: rgb(113,82,231); }
H1.HeaderClassName
{
color: #7152E7;
}
.AnyTagClassName
{
color: #7152E7;
}
</style>
background-color css
<style>
a { background-color: #7152E7; }
a { background-color: rgb(113,82,231); }
div.DivClassName
{
background-color: #7152E7;
}
.BgClassName
{
background-color: #7152E7;
}
</style>
border-color css
<style>
span { border-color: #7152E7; }
span { border-color: rgb(113,82,231); }
td.TdClassName
{
border-color: #7152E7;
}
.TagClassName
{
border-color: #7152E7;
}
</style>