Shades of Medium Slate Blue #7153F0
Tints of Medium Slate Blue #7153F0
RGB
CMYK
RGB Variations
Color information
#7153F0 (or 0x7153F0) is known color: Medium Slate Blue. HEX triplet: 71, 53 and F0. RGB value is (113,83,240). Sum of RGB (Red+Green+Blue) = 113+83+240=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #7153F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153F0 is #8EAC0F. Grayscale: #6D6D6D. Windows color (decimal): -9350160 or 15750001. OLE color: 15750001.
HSL color Cylindrical-coordinate representation of color #7153F0: hue angle of 251.46º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7153F0 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 83 | 240 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.06 |
| HSL | 251.47º | 0.84% | 0.63% | - |
| HSV(B) | 251.47º | 0.65% | 0.94% | - |
| XYZ | 25.63 | 15.99 | 84.17 | - |
| YUV | 109.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 240 | 0.53 | 0.65 | 0 | 0.06 | 251.47 | 0.84 | 0.63 |
| Hex | 71 | 53 | F0 | 35 | 41 | 0 | 6 | FB | 54 | 3F |
| Octal | 161 | 123 | 360 | 65 | 101 | 0 | 6 | 373 | 124 | 77 |
| Binary | 1110001 | 1010011 | 11110000 | 110101 | 1000001 | 0 | 110 | 11111011 | 1010100 | 111111 |
Color Harmonies of #7153F0
Complementary color
Monochromatic Colors of #7153F0
Black with #7153F0
Text Example
Text Example
White with #7153F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153F0; }
p { color: rgb(113,83,240); }
H1.HeaderClassName
{
color: #7153F0;
}
.AnyTagClassName
{
color: #7153F0;
}
</style>
background-color css
<style>
a { background-color: #7153F0; }
a { background-color: rgb(113,83,240); }
div.DivClassName
{
background-color: #7153F0;
}
.BgClassName
{
background-color: #7153F0;
}
</style>
border-color css
<style>
span { border-color: #7153F0; }
span { border-color: rgb(113,83,240); }
td.TdClassName
{
border-color: #7153F0;
}
.TagClassName
{
border-color: #7153F0;
}
</style>