Shades of Medium Slate Blue #7E65F1
Tints of Medium Slate Blue #7E65F1
RGB
CMYK
RGB Variations
Color information
#7E65F1 (or 0x7E65F1) is known color: Medium Slate Blue. HEX triplet: 7E, 65 and F1. RGB value is (126,101,241). Sum of RGB (Red+Green+Blue) = 126+101+241=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #7E65F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65F1 is #819A0E. Grayscale: #7B7B7B. Windows color (decimal): -8493583 or 15820158. OLE color: 15820158.
HSL color Cylindrical-coordinate representation of color #7E65F1: hue angle of 250.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E65F1 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 101 | 241 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.05 |
| HSL | 250.71º | 0.83% | 0.67% | - |
| HSV(B) | 250.71º | 0.58% | 0.95% | - |
| XYZ | 29.14 | 20.09 | 85.56 | - |
| YUV | 124.44 | 193.78 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 241 | 0.48 | 0.58 | 0 | 0.05 | 250.71 | 0.83 | 0.67 |
| Hex | 7E | 65 | F1 | 30 | 3A | 0 | 5 | FB | 53 | 43 |
| Octal | 176 | 145 | 361 | 60 | 72 | 0 | 5 | 373 | 123 | 103 |
| Binary | 1111110 | 1100101 | 11110001 | 110000 | 111010 | 0 | 101 | 11111011 | 1010011 | 1000011 |
Color Harmonies of #7E65F1
Complementary color
Monochromatic Colors of #7E65F1
Black with #7E65F1
Text Example
Text Example
White with #7E65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65F1; }
p { color: rgb(126,101,241); }
H1.HeaderClassName
{
color: #7E65F1;
}
.AnyTagClassName
{
color: #7E65F1;
}
</style>
background-color css
<style>
a { background-color: #7E65F1; }
a { background-color: rgb(126,101,241); }
div.DivClassName
{
background-color: #7E65F1;
}
.BgClassName
{
background-color: #7E65F1;
}
</style>
border-color css
<style>
span { border-color: #7E65F1; }
span { border-color: rgb(126,101,241); }
td.TdClassName
{
border-color: #7E65F1;
}
.TagClassName
{
border-color: #7E65F1;
}
</style>