Shades of Medium Slate Blue #7F79E0
Tints of Medium Slate Blue #7F79E0
RGB
CMYK
RGB Variations
Color information
#7F79E0 (or 0x7F79E0) is known color: Medium Slate Blue. HEX triplet: 7F, 79 and E0. RGB value is (127,121,224). Sum of RGB (Red+Green+Blue) = 127+121+224=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F79E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79E0 is #80861F. Grayscale: #868686. Windows color (decimal): -8422944 or 14711167. OLE color: 14711167.
HSL color Cylindrical-coordinate representation of color #7F79E0: hue angle of 243.5º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F79E0 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 121 | 224 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.12 |
| HSL | 243.5º | 0.62% | 0.68% | - |
| HSV(B) | 243.5º | 0.46% | 0.88% | - |
| XYZ | 29.04 | 23.57 | 73.54 | - |
| YUV | 134.54 | 178.49 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 224 | 0.43 | 0.46 | 0 | 0.12 | 243.5 | 0.62 | 0.68 |
| Hex | 7F | 79 | E0 | 2B | 2E | 0 | C | F3 | 3E | 44 |
| Octal | 177 | 171 | 340 | 53 | 56 | 0 | 14 | 363 | 76 | 104 |
| Binary | 1111111 | 1111001 | 11100000 | 101011 | 101110 | 0 | 1100 | 11110011 | 111110 | 1000100 |
Color Harmonies of #7F79E0
Complementary color
Monochromatic Colors of #7F79E0
Black with #7F79E0
Text Example
Text Example
White with #7F79E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F79E0; }
p { color: rgb(127,121,224); }
H1.HeaderClassName
{
color: #7F79E0;
}
.AnyTagClassName
{
color: #7F79E0;
}
</style>
background-color css
<style>
a { background-color: #7F79E0; }
a { background-color: rgb(127,121,224); }
div.DivClassName
{
background-color: #7F79E0;
}
.BgClassName
{
background-color: #7F79E0;
}
</style>
border-color css
<style>
span { border-color: #7F79E0; }
span { border-color: rgb(127,121,224); }
td.TdClassName
{
border-color: #7F79E0;
}
.TagClassName
{
border-color: #7F79E0;
}
</style>