Shades of Medium Slate Blue #7E65EF
Tints of Medium Slate Blue #7E65EF
RGB
CMYK
RGB Variations
Color information
#7E65EF (or 0x7E65EF) is known color: Medium Slate Blue. HEX triplet: 7E, 65 and EF. RGB value is (126,101,239). Sum of RGB (Red+Green+Blue) = 126+101+239=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E65EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65EF is #819A10. Grayscale: #7B7B7B. Windows color (decimal): -8493585 or 15689086. OLE color: 15689086.
HSL color Cylindrical-coordinate representation of color #7E65EF: hue angle of 250.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E65EF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 101 | 239 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.06 |
| HSL | 250.87º | 0.81% | 0.67% | - |
| HSV(B) | 250.87º | 0.58% | 0.94% | - |
| XYZ | 28.84 | 19.97 | 84 | - |
| YUV | 124.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 239 | 0.47 | 0.58 | 0 | 0.06 | 250.87 | 0.81 | 0.67 |
| Hex | 7E | 65 | EF | 2F | 3A | 0 | 6 | FB | 51 | 43 |
| Octal | 176 | 145 | 357 | 57 | 72 | 0 | 6 | 373 | 121 | 103 |
| Binary | 1111110 | 1100101 | 11101111 | 101111 | 111010 | 0 | 110 | 11111011 | 1010001 | 1000011 |
Color Harmonies of #7E65EF
Complementary color
Monochromatic Colors of #7E65EF
Black with #7E65EF
Text Example
Text Example
White with #7E65EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65EF; }
p { color: rgb(126,101,239); }
H1.HeaderClassName
{
color: #7E65EF;
}
.AnyTagClassName
{
color: #7E65EF;
}
</style>
background-color css
<style>
a { background-color: #7E65EF; }
a { background-color: rgb(126,101,239); }
div.DivClassName
{
background-color: #7E65EF;
}
.BgClassName
{
background-color: #7E65EF;
}
</style>
border-color css
<style>
span { border-color: #7E65EF; }
span { border-color: rgb(126,101,239); }
td.TdClassName
{
border-color: #7E65EF;
}
.TagClassName
{
border-color: #7E65EF;
}
</style>