Shades of Light Slate Blue #7C64FE
Tints of Light Slate Blue #7C64FE
RGB
CMYK
RGB Variations
Color information
#7C64FE (or 0x7C64FE) is known color: Light Slate Blue. HEX triplet: 7C, 64 and FE. RGB value is (124,100,254). Sum of RGB (Red+Green+Blue) = 124+100+254=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C64FE is #839B01. Grayscale: #7C7C7C. Windows color (decimal): -8624898 or 16671868. OLE color: 16671868.
HSL color Cylindrical-coordinate representation of color #7C64FE: hue angle of 249.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C64FE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 100 | 254 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.00 |
| HSL | 249.35º | 0.99% | 0.69% | - |
| HSV(B) | 249.35º | 0.61% | 1% | - |
| XYZ | 30.76 | 20.56 | 96.11 | - |
| YUV | 124.73 | 200.95 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 254 | 0.51 | 0.61 | 0 | 0.00 | 249.35 | 0.99 | 0.69 |
| Hex | 7C | 64 | FE | 33 | 3D | 0 | 0 | F9 | 63 | 45 |
| Octal | 174 | 144 | 376 | 63 | 75 | 0 | 0 | 371 | 143 | 105 |
| Binary | 1111100 | 1100100 | 11111110 | 110011 | 111101 | 0 | 0 | 11111001 | 1100011 | 1000101 |
Color Harmonies of #7C64FE
Complementary color
Monochromatic Colors of #7C64FE
Black with #7C64FE
Text Example
Text Example
White with #7C64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C64FE; }
p { color: rgb(124,100,254); }
H1.HeaderClassName
{
color: #7C64FE;
}
.AnyTagClassName
{
color: #7C64FE;
}
</style>
background-color css
<style>
a { background-color: #7C64FE; }
a { background-color: rgb(124,100,254); }
div.DivClassName
{
background-color: #7C64FE;
}
.BgClassName
{
background-color: #7C64FE;
}
</style>
border-color css
<style>
span { border-color: #7C64FE; }
span { border-color: rgb(124,100,254); }
td.TdClassName
{
border-color: #7C64FE;
}
.TagClassName
{
border-color: #7C64FE;
}
</style>