Html Css Color HEX #7E5AF8 Medium Slate Blue

📋 copy color: '#7E5AF8'

red 126 ◦ green 90 ◦ blue 248

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

Shades of Medium Slate Blue #7E5AF8

Tints of Medium Slate Blue #7E5AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 27.16%
G = 19.4%
B = 53.45%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7E5AF8 (or 0x7E5AF8) is known color: Medium Slate Blue. HEX triplet: 7E, 5A and F8. RGB value is (126,90,248). Sum of RGB (Red+Green+Blue) = 126+90+248=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5AF8 is #81A507. Grayscale: #767676. Windows color (decimal): -8496392 or 16276094. OLE color: 16276094.

HSL color Cylindrical-coordinate representation of color #7E5AF8: hue angle of 253.67º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E5AF8 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 126 90 248 -
CMYK 0.49 0.64 0 0.03
HSL 253.67º 0.92% 0.66% -
HSV(B) 253.67º 0.64% 0.97% -
XYZ 29.2 18.53 90.84 -
YUV 118.78 200.93 133.15 -
System Red Green Blue C M Y K H S L
Decimal 126 90 248 0.49 0.64 0 0.03 253.67 0.92 0.66
Hex 7E 5A F8 31 40 0 3 FE 5C 42
Octal 176 132 370 61 100 0 3 376 134 102
Binary 1111110 1011010 11111000 110001 1000000 0 11 11111110 1011100 1000010

Color Harmonies of #7E5AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5AF8

Black with #7E5AF8

Text Example


Text Example

White with #7E5AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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