Shades of Light Slate Blue #7E64FF
Tints of Light Slate Blue #7E64FF
RGB
CMYK
RGB Variations
Color information
#7E64FF (or 0x7E64FF) is known color: Light Slate Blue. HEX triplet: 7E, 64 and FF. RGB value is (126,100,255). Sum of RGB (Red+Green+Blue) = 126+100+255=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E64FF is #819B00. Grayscale: #7C7C7C. Windows color (decimal): -8493825 or 16737406. OLE color: 16737406.
HSL color Cylindrical-coordinate representation of color #7E64FF: hue angle of 250.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E64FF is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 100 | 255 | - |
| CMYK | 0.51 | 0.61 | 0 | 0 |
| HSL | 250.06º | 1% | 0.7% | - |
| HSV(B) | 250.06º | 0.61% | 1% | - |
| XYZ | 31.21 | 20.77 | 96.97 | - |
| YUV | 125.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 255 | 0.51 | 0.61 | 0 | 0 | 250.06 | 1 | 0.7 |
| Hex | 7E | 64 | FF | 33 | 3D | 0 | 0 | FA | 64 | 46 |
| Octal | 176 | 144 | 377 | 63 | 75 | 0 | 0 | 372 | 144 | 106 |
| Binary | 1111110 | 1100100 | 11111111 | 110011 | 111101 | 0 | 0 | 11111010 | 1100100 | 1000110 |
Color Harmonies of #7E64FF
Complementary color
Monochromatic Colors of #7E64FF
Black with #7E64FF
Text Example
Text Example
White with #7E64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E64FF; }
p { color: rgb(126,100,255); }
H1.HeaderClassName
{
color: #7E64FF;
}
.AnyTagClassName
{
color: #7E64FF;
}
</style>
background-color css
<style>
a { background-color: #7E64FF; }
a { background-color: rgb(126,100,255); }
div.DivClassName
{
background-color: #7E64FF;
}
.BgClassName
{
background-color: #7E64FF;
}
</style>
border-color css
<style>
span { border-color: #7E64FF; }
span { border-color: rgb(126,100,255); }
td.TdClassName
{
border-color: #7E64FF;
}
.TagClassName
{
border-color: #7E64FF;
}
</style>