Html Css Color HEX #7E5AFE Medium Slate Blue

📋 copy color: '#7E5AFE'

red 126 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #7E5AFE

Tints of Medium Slate Blue #7E5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.15%

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

R = 26.81%
G = 19.15%
B = 54.04%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E5AFE (or 0x7E5AFE) is known color: Medium Slate Blue. HEX triplet: 7E, 5A and FE. RGB value is (126,90,254). Sum of RGB (Red+Green+Blue) = 126+90+254=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5AFE is #81A501. Grayscale: #767676. Windows color (decimal): -8496386 or 16669310. OLE color: 16669310.

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

Color convert

RGB 126 90 254 -
CMYK 0.50 0.65 0 0.00
HSL 253.17º 0.99% 0.67% -
HSV(B) 253.17º 0.65% 1% -
XYZ 30.15 18.9 95.83 -
YUV 119.46 203.93 132.66 -
System Red Green Blue C M Y K H S L
Decimal 126 90 254 0.50 0.65 0 0.00 253.17 0.99 0.67
Hex 7E 5A FE 32 41 0 0 FD 63 43
Octal 176 132 376 62 101 0 0 375 143 103
Binary 1111110 1011010 11111110 110010 1000001 0 0 11111101 1100011 1000011

Color Harmonies of #7E5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5AFE

Black with #7E5AFE

Text Example


Text Example

White with #7E5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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