Html Css Color HEX #7E4AFE Medium Slate Blue

📋 copy color: '#7E4AFE'

red 126 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #7E4AFE

Tints of Medium Slate Blue #7E4AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

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

R = 27.75%
G = 16.3%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7E4AFE (or 0x7E4AFE) is known color: Medium Slate Blue. HEX triplet: 7E, 4A and FE. RGB value is (126,74,254). Sum of RGB (Red+Green+Blue) = 126+74+254=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #7E4AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4AFE is #81B501. Grayscale: #6D6D6D. Windows color (decimal): -8500482 or 16665214. OLE color: 16665214.

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

Color convert

RGB 126 74 254 -
CMYK 0.50 0.71 0 0.00
HSL 257.33º 0.99% 0.64% -
HSV(B) 257.33º 0.71% 1% -
XYZ 28.94 16.49 95.42 -
YUV 110.07 209.23 139.36 -
System Red Green Blue C M Y K H S L
Decimal 126 74 254 0.50 0.71 0 0.00 257.33 0.99 0.64
Hex 7E 4A FE 32 47 0 0 101 63 40
Octal 176 112 376 62 107 0 0 401 143 100
Binary 1111110 1001010 11111110 110010 1000111 0 0 100000001 1100011 1000000

Color Harmonies of #7E4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4AFE

Black with #7E4AFE

Text Example


Text Example

White with #7E4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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