Html Css Color HEX #7E53FA Medium Slate Blue

📋 copy color: '#7E53FA'

red 126 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #7E53FA

Tints of Medium Slate Blue #7E53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 27.45%
G = 18.08%
B = 54.47%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E53FA (or 0x7E53FA) is known color: Medium Slate Blue. HEX triplet: 7E, 53 and FA. RGB value is (126,83,250). Sum of RGB (Red+Green+Blue) = 126+83+250=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E53FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E53FA is #81AC05. Grayscale: #727272. Windows color (decimal): -8498182 or 16405374. OLE color: 16405374.

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

Color convert

RGB 126 83 250 -
CMYK 0.50 0.67 0 0.02
HSL 255.45º 0.94% 0.65% -
HSV(B) 255.45º 0.67% 0.98% -
XYZ 28.95 17.52 92.3 -
YUV 114.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 126 83 250 0.50 0.67 0 0.02 255.45 0.94 0.65
Hex 7E 53 FA 32 43 0 2 FF 5E 41
Octal 176 123 372 62 103 0 2 377 136 101
Binary 1111110 1010011 11111010 110010 1000011 0 10 11111111 1011110 1000001

Color Harmonies of #7E53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E53FA

Black with #7E53FA

Text Example


Text Example

White with #7E53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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