Shades of Medium Slate Blue #7D62F1
Tints of Medium Slate Blue #7D62F1
RGB
CMYK
RGB Variations
Color information
#7D62F1 (or 0x7D62F1) is known color: Medium Slate Blue. HEX triplet: 7D, 62 and F1. RGB value is (125,98,241). Sum of RGB (Red+Green+Blue) = 125+98+241=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D62F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D62F1 is #829D0E. Grayscale: #797979. Windows color (decimal): -8559887 or 15819389. OLE color: 15819389.
HSL color Cylindrical-coordinate representation of color #7D62F1: hue angle of 251.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D62F1 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 98 | 241 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.05 |
| HSL | 251.33º | 0.84% | 0.66% | - |
| HSV(B) | 251.33º | 0.59% | 0.95% | - |
| XYZ | 28.7 | 19.45 | 85.46 | - |
| YUV | 122.38 | 194.95 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 241 | 0.48 | 0.59 | 0 | 0.05 | 251.33 | 0.84 | 0.66 |
| Hex | 7D | 62 | F1 | 30 | 3B | 0 | 5 | FB | 54 | 42 |
| Octal | 175 | 142 | 361 | 60 | 73 | 0 | 5 | 373 | 124 | 102 |
| Binary | 1111101 | 1100010 | 11110001 | 110000 | 111011 | 0 | 101 | 11111011 | 1010100 | 1000010 |
Color Harmonies of #7D62F1
Complementary color
Monochromatic Colors of #7D62F1
Black with #7D62F1
Text Example
Text Example
White with #7D62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D62F1; }
p { color: rgb(125,98,241); }
H1.HeaderClassName
{
color: #7D62F1;
}
.AnyTagClassName
{
color: #7D62F1;
}
</style>
background-color css
<style>
a { background-color: #7D62F1; }
a { background-color: rgb(125,98,241); }
div.DivClassName
{
background-color: #7D62F1;
}
.BgClassName
{
background-color: #7D62F1;
}
</style>
border-color css
<style>
span { border-color: #7D62F1; }
span { border-color: rgb(125,98,241); }
td.TdClassName
{
border-color: #7D62F1;
}
.TagClassName
{
border-color: #7D62F1;
}
</style>