Shades of Medium Slate Blue #7152F0
Tints of Medium Slate Blue #7152F0
RGB
CMYK
RGB Variations
Color information
#7152F0 (or 0x7152F0) is known color: Medium Slate Blue. HEX triplet: 71, 52 and F0. RGB value is (113,82,240). Sum of RGB (Red+Green+Blue) = 113+82+240=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #7152F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7152F0 is #8EAD0F. Grayscale: #6C6C6C. Windows color (decimal): -9350416 or 15749745. OLE color: 15749745.
HSL color Cylindrical-coordinate representation of color #7152F0: hue angle of 251.77º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7152F0 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 82 | 240 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.06 |
| HSL | 251.77º | 0.84% | 0.63% | - |
| HSV(B) | 251.77º | 0.66% | 0.94% | - |
| XYZ | 25.56 | 15.84 | 84.15 | - |
| YUV | 109.28 | 201.77 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 240 | 0.53 | 0.66 | 0 | 0.06 | 251.77 | 0.84 | 0.63 |
| Hex | 71 | 52 | F0 | 35 | 42 | 0 | 6 | FC | 54 | 3F |
| Octal | 161 | 122 | 360 | 65 | 102 | 0 | 6 | 374 | 124 | 77 |
| Binary | 1110001 | 1010010 | 11110000 | 110101 | 1000010 | 0 | 110 | 11111100 | 1010100 | 111111 |
Color Harmonies of #7152F0
Complementary color
Monochromatic Colors of #7152F0
Black with #7152F0
Text Example
Text Example
White with #7152F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152F0; }
p { color: rgb(113,82,240); }
H1.HeaderClassName
{
color: #7152F0;
}
.AnyTagClassName
{
color: #7152F0;
}
</style>
background-color css
<style>
a { background-color: #7152F0; }
a { background-color: rgb(113,82,240); }
div.DivClassName
{
background-color: #7152F0;
}
.BgClassName
{
background-color: #7152F0;
}
</style>
border-color css
<style>
span { border-color: #7152F0; }
span { border-color: rgb(113,82,240); }
td.TdClassName
{
border-color: #7152F0;
}
.TagClassName
{
border-color: #7152F0;
}
</style>