Html Css Color HEX #7E53E5 Medium Slate Blue

📋 copy color: '#7E53E5'

red 126 ◦ green 83 ◦ blue 229

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

Shades of Medium Slate Blue #7E53E5

Tints of Medium Slate Blue #7E53E5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.95%

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 28.77%
G = 18.95%
B = 52.28%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7E53E5 (or 0x7E53E5) is known color: Medium Slate Blue. HEX triplet: 7E, 53 and E5. RGB value is (126,83,229). Sum of RGB (Red+Green+Blue) = 126+83+229=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #7E53E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E53E5 is #81AC1A. Grayscale: #6F6F6F. Windows color (decimal): -8498203 or 15029118. OLE color: 15029118.

HSL color Cylindrical-coordinate representation of color #7E53E5: hue angle of 257.67º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E53E5 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 126 83 229 -
CMYK 0.45 0.64 0 0.10
HSL 257.67º 0.74% 0.61% -
HSV(B) 257.67º 0.64% 0.9% -
XYZ 25.84 16.28 75.91 -
YUV 112.5 193.75 137.63 -
System Red Green Blue C M Y K H S L
Decimal 126 83 229 0.45 0.64 0 0.10 257.67 0.74 0.61
Hex 7E 53 E5 2D 40 0 A 102 4A 3D
Octal 176 123 345 55 100 0 12 402 112 75
Binary 1111110 1010011 11100101 101101 1000000 0 1010 100000010 1001010 111101

Color Harmonies of #7E53E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E53E5

Black with #7E53E5

Text Example


Text Example

White with #7E53E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,83,229); }

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

background-color css

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

 a { background-color: rgb(126,83,229); }

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

border-color css

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

 span { border-color: rgb(126,83,229); }

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