Shades of Medium Slate Blue #7F74F1
Tints of Medium Slate Blue #7F74F1
RGB
CMYK
RGB Variations
Color information
#7F74F1 (or 0x7F74F1) is known color: Medium Slate Blue. HEX triplet: 7F, 74 and F1. RGB value is (127,116,241). Sum of RGB (Red+Green+Blue) = 127+116+241=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F74F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F74F1 is #808B0E. Grayscale: #858585. Windows color (decimal): -8424207 or 15823999. OLE color: 15823999.
HSL color Cylindrical-coordinate representation of color #7F74F1: hue angle of 245.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F74F1 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 116 | 241 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.05 |
| HSL | 245.28º | 0.82% | 0.7% | - |
| HSV(B) | 245.28º | 0.52% | 0.95% | - |
| XYZ | 30.87 | 23.35 | 86.1 | - |
| YUV | 133.54 | 188.64 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 241 | 0.47 | 0.52 | 0 | 0.05 | 245.28 | 0.82 | 0.7 |
| Hex | 7F | 74 | F1 | 2F | 34 | 0 | 5 | F5 | 52 | 46 |
| Octal | 177 | 164 | 361 | 57 | 64 | 0 | 5 | 365 | 122 | 106 |
| Binary | 1111111 | 1110100 | 11110001 | 101111 | 110100 | 0 | 101 | 11110101 | 1010010 | 1000110 |
Color Harmonies of #7F74F1
Complementary color
Monochromatic Colors of #7F74F1
Black with #7F74F1
Text Example
Text Example
White with #7F74F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F74F1; }
p { color: rgb(127,116,241); }
H1.HeaderClassName
{
color: #7F74F1;
}
.AnyTagClassName
{
color: #7F74F1;
}
</style>
background-color css
<style>
a { background-color: #7F74F1; }
a { background-color: rgb(127,116,241); }
div.DivClassName
{
background-color: #7F74F1;
}
.BgClassName
{
background-color: #7F74F1;
}
</style>
border-color css
<style>
span { border-color: #7F74F1; }
span { border-color: rgb(127,116,241); }
td.TdClassName
{
border-color: #7F74F1;
}
.TagClassName
{
border-color: #7F74F1;
}
</style>