Html Css Color HEX #7E5CFE Medium Slate Blue

📋 copy color: '#7E5CFE'

red 126 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #7E5CFE

Tints of Medium Slate Blue #7E5CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.49%

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

R = 26.69%
G = 19.49%
B = 53.81%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E5CFE (or 0x7E5CFE) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and FE. RGB value is (126,92,254). Sum of RGB (Red+Green+Blue) = 126+92+254=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5CFE is #81A301. Grayscale: #787878. Windows color (decimal): -8495874 or 16669822. OLE color: 16669822.

HSL color Cylindrical-coordinate representation of color #7E5CFE: hue angle of 252.59º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E5CFE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 92 254 -
CMYK 0.50 0.64 0 0.00
HSL 252.59º 0.99% 0.68% -
HSV(B) 252.59º 0.64% 1% -
XYZ 30.32 19.25 95.88 -
YUV 120.63 203.26 131.83 -
System Red Green Blue C M Y K H S L
Decimal 126 92 254 0.50 0.64 0 0.00 252.59 0.99 0.68
Hex 7E 5C FE 32 40 0 0 FD 63 44
Octal 176 134 376 62 100 0 0 375 143 104
Binary 1111110 1011100 11111110 110010 1000000 0 0 11111101 1100011 1000100

Color Harmonies of #7E5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5CFE

Black with #7E5CFE

Text Example


Text Example

White with #7E5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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