Shades of Medium Slate Blue #7E65FA
Tints of Medium Slate Blue #7E65FA
RGB
CMYK
RGB Variations
Color information
#7E65FA (or 0x7E65FA) is known color: Medium Slate Blue. HEX triplet: 7E, 65 and FA. RGB value is (126,101,250). Sum of RGB (Red+Green+Blue) = 126+101+250=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E65FA is #819A05. Grayscale: #7C7C7C. Windows color (decimal): -8493574 or 16409982. OLE color: 16409982.
HSL color Cylindrical-coordinate representation of color #7E65FA: hue angle of 250.07º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E65FA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 126 | 101 | 250 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.02 |
| HSL | 250.07º | 0.94% | 0.69% | - |
| HSV(B) | 250.07º | 0.6% | 0.98% | - |
| XYZ | 30.51 | 20.65 | 92.82 | - |
| YUV | 125.46 | 198.28 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 250 | 0.50 | 0.60 | 0 | 0.02 | 250.07 | 0.94 | 0.69 |
| Hex | 7E | 65 | FA | 32 | 3C | 0 | 2 | FA | 5E | 45 |
| Octal | 176 | 145 | 372 | 62 | 74 | 0 | 2 | 372 | 136 | 105 |
| Binary | 1111110 | 1100101 | 11111010 | 110010 | 111100 | 0 | 10 | 11111010 | 1011110 | 1000101 |
Color Harmonies of #7E65FA
Complementary color
Monochromatic Colors of #7E65FA
Black with #7E65FA
Text Example
Text Example
White with #7E65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65FA; }
p { color: rgb(126,101,250); }
H1.HeaderClassName
{
color: #7E65FA;
}
.AnyTagClassName
{
color: #7E65FA;
}
</style>
background-color css
<style>
a { background-color: #7E65FA; }
a { background-color: rgb(126,101,250); }
div.DivClassName
{
background-color: #7E65FA;
}
.BgClassName
{
background-color: #7E65FA;
}
</style>
border-color css
<style>
span { border-color: #7E65FA; }
span { border-color: rgb(126,101,250); }
td.TdClassName
{
border-color: #7E65FA;
}
.TagClassName
{
border-color: #7E65FA;
}
</style>