Shades of Medium Slate Blue #7F74F0
Tints of Medium Slate Blue #7F74F0
RGB
CMYK
RGB Variations
Color information
#7F74F0 (or 0x7F74F0) is known color: Medium Slate Blue. HEX triplet: 7F, 74 and F0. RGB value is (127,116,240). Sum of RGB (Red+Green+Blue) = 127+116+240=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F74F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74F0 is #808B0F. Grayscale: #848484. Windows color (decimal): -8424208 or 15758463. OLE color: 15758463.
HSL color Cylindrical-coordinate representation of color #7F74F0: hue angle of 245.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F74F0 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 116 | 240 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.06 |
| HSL | 245.32º | 0.81% | 0.7% | - |
| HSV(B) | 245.32º | 0.52% | 0.94% | - |
| XYZ | 30.73 | 23.29 | 85.31 | - |
| YUV | 133.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 240 | 0.47 | 0.52 | 0 | 0.06 | 245.32 | 0.81 | 0.7 |
| Hex | 7F | 74 | F0 | 2F | 34 | 0 | 6 | F5 | 51 | 46 |
| Octal | 177 | 164 | 360 | 57 | 64 | 0 | 6 | 365 | 121 | 106 |
| Binary | 1111111 | 1110100 | 11110000 | 101111 | 110100 | 0 | 110 | 11110101 | 1010001 | 1000110 |
Color Harmonies of #7F74F0
Complementary color
Monochromatic Colors of #7F74F0
Black with #7F74F0
Text Example
Text Example
White with #7F74F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74F0; }
p { color: rgb(127,116,240); }
H1.HeaderClassName
{
color: #7F74F0;
}
.AnyTagClassName
{
color: #7F74F0;
}
</style>
background-color css
<style>
a { background-color: #7F74F0; }
a { background-color: rgb(127,116,240); }
div.DivClassName
{
background-color: #7F74F0;
}
.BgClassName
{
background-color: #7F74F0;
}
</style>
border-color css
<style>
span { border-color: #7F74F0; }
span { border-color: rgb(127,116,240); }
td.TdClassName
{
border-color: #7F74F0;
}
.TagClassName
{
border-color: #7F74F0;
}
</style>