Shades of Medium Slate Blue #7D72F0
Tints of Medium Slate Blue #7D72F0
RGB
CMYK
RGB Variations
Color information
#7D72F0 (or 0x7D72F0) is known color: Medium Slate Blue. HEX triplet: 7D, 72 and F0. RGB value is (125,114,240). Sum of RGB (Red+Green+Blue) = 125+114+240=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #7D72F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D72F0 is #828D0F. Grayscale: #838383. Windows color (decimal): -8555792 or 15757949. OLE color: 15757949.
HSL color Cylindrical-coordinate representation of color #7D72F0: hue angle of 245.24º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D72F0 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 114 | 240 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.06 |
| HSL | 245.24º | 0.81% | 0.69% | - |
| HSV(B) | 245.24º | 0.53% | 0.94% | - |
| XYZ | 30.2 | 22.69 | 85.23 | - |
| YUV | 131.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 240 | 0.48 | 0.52 | 0 | 0.06 | 245.24 | 0.81 | 0.69 |
| Hex | 7D | 72 | F0 | 30 | 34 | 0 | 6 | F5 | 51 | 45 |
| Octal | 175 | 162 | 360 | 60 | 64 | 0 | 6 | 365 | 121 | 105 |
| Binary | 1111101 | 1110010 | 11110000 | 110000 | 110100 | 0 | 110 | 11110101 | 1010001 | 1000101 |
Color Harmonies of #7D72F0
Complementary color
Monochromatic Colors of #7D72F0
Black with #7D72F0
Text Example
Text Example
White with #7D72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D72F0; }
p { color: rgb(125,114,240); }
H1.HeaderClassName
{
color: #7D72F0;
}
.AnyTagClassName
{
color: #7D72F0;
}
</style>
background-color css
<style>
a { background-color: #7D72F0; }
a { background-color: rgb(125,114,240); }
div.DivClassName
{
background-color: #7D72F0;
}
.BgClassName
{
background-color: #7D72F0;
}
</style>
border-color css
<style>
span { border-color: #7D72F0; }
span { border-color: rgb(125,114,240); }
td.TdClassName
{
border-color: #7D72F0;
}
.TagClassName
{
border-color: #7D72F0;
}
</style>