Shades of Medium Slate Blue #7F62F0
Tints of Medium Slate Blue #7F62F0
RGB
CMYK
RGB Variations
Color information
#7F62F0 (or 0x7F62F0) is known color: Medium Slate Blue. HEX triplet: 7F, 62 and F0. RGB value is (127,98,240). Sum of RGB (Red+Green+Blue) = 127+98+240=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F62F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F62F0 is #809D0F. Grayscale: #7A7A7A. Windows color (decimal): -8428816 or 15753855. OLE color: 15753855.
HSL color Cylindrical-coordinate representation of color #7F62F0: hue angle of 252.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F62F0 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 98 | 240 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.06 |
| HSL | 252.25º | 0.83% | 0.66% | - |
| HSV(B) | 252.25º | 0.59% | 0.94% | - |
| XYZ | 28.85 | 19.54 | 84.69 | - |
| YUV | 122.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 240 | 0.47 | 0.59 | 0 | 0.06 | 252.25 | 0.83 | 0.66 |
| Hex | 7F | 62 | F0 | 2F | 3B | 0 | 6 | FC | 53 | 42 |
| Octal | 177 | 142 | 360 | 57 | 73 | 0 | 6 | 374 | 123 | 102 |
| Binary | 1111111 | 1100010 | 11110000 | 101111 | 111011 | 0 | 110 | 11111100 | 1010011 | 1000010 |
Color Harmonies of #7F62F0
Complementary color
Monochromatic Colors of #7F62F0
Black with #7F62F0
Text Example
Text Example
White with #7F62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F62F0; }
p { color: rgb(127,98,240); }
H1.HeaderClassName
{
color: #7F62F0;
}
.AnyTagClassName
{
color: #7F62F0;
}
</style>
background-color css
<style>
a { background-color: #7F62F0; }
a { background-color: rgb(127,98,240); }
div.DivClassName
{
background-color: #7F62F0;
}
.BgClassName
{
background-color: #7F62F0;
}
</style>
border-color css
<style>
span { border-color: #7F62F0; }
span { border-color: rgb(127,98,240); }
td.TdClassName
{
border-color: #7F62F0;
}
.TagClassName
{
border-color: #7F62F0;
}
</style>