Html Css Color HEX #7E64FE Light Slate Blue

📋 copy color: '#7E64FE'

red 126 ◦ green 100 ◦ blue 254

#7E64FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7E64FE

Tints of Light Slate Blue #7E64FE

RGB

 RED value IS 126 (49.61% from 255) = 26.25%

 GREEN value IS 100 (39.45% from 255) = 20.83%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 26.25%
G = 20.83%
B = 52.92%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7E64FE (or 0x7E64FE) is known color: Light Slate Blue. HEX triplet: 7E, 64 and FE. RGB value is (126,100,254). Sum of RGB (Red+Green+Blue) = 126+100+254=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E64FE is #819B01. Grayscale: #7C7C7C. Windows color (decimal): -8493826 or 16671870. OLE color: 16671870.

HSL color Cylindrical-coordinate representation of color #7E64FE: hue angle of 250.13º 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 #7E64FE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 100 254 -
CMYK 0.50 0.61 0 0.00
HSL 250.13º 0.99% 0.69% -
HSV(B) 250.13º 0.61% 1% -
XYZ 31.05 20.71 96.13 -
YUV 125.33 200.61 128.48 -
System Red Green Blue C M Y K H S L
Decimal 126 100 254 0.50 0.61 0 0.00 250.13 0.99 0.69
Hex 7E 64 FE 32 3D 0 0 FA 63 45
Octal 176 144 376 62 75 0 0 372 143 105
Binary 1111110 1100100 11111110 110010 111101 0 0 11111010 1100011 1000101

Color Harmonies of #7E64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E64FE

Black with #7E64FE

Text Example


Text Example

White with #7E64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E64FE; }

 p { color: rgb(126,100,254); }

 H1.HeaderClassName
 {
   color: #7E64FE;
 }
 .AnyTagClassName
 {
   color: #7E64FE;
 }
</style>

background-color css

<style>
 a { background-color: #7E64FE; }

 a { background-color: rgb(126,100,254); }

 div.DivClassName
 {
   background-color: #7E64FE;
 }
 .BgClassName
 {
   background-color: #7E64FE;
 }
</style>

border-color css

<style>
 span { border-color: #7E64FE; }

 span { border-color: rgb(126,100,254); }

 td.TdClassName
 {
   border-color: #7E64FE;
 }
 .TagClassName
 {
   border-color: #7E64FE;
 }
</style>