Html Css Color HEX #7E64EB Medium Slate Blue

📋 copy color: '#7E64EB'

red 126 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #7E64EB

Tints of Medium Slate Blue #7E64EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 27.33%
G = 21.69%
B = 50.98%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E64EB (or 0x7E64EB) is known color: Medium Slate Blue. HEX triplet: 7E, 64 and EB. RGB value is (126,100,235). Sum of RGB (Red+Green+Blue) = 126+100+235=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E64EB is #819B14. Grayscale: #7A7A7A. Windows color (decimal): -8493845 or 15426686. OLE color: 15426686.

HSL color Cylindrical-coordinate representation of color #7E64EB: hue angle of 251.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E64EB is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 100 235 -
CMYK 0.46 0.57 0 0.08
HSL 251.56º 0.77% 0.66% -
HSV(B) 251.56º 0.57% 0.92% -
XYZ 28.16 19.55 80.89 -
YUV 123.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 126 100 235 0.46 0.57 0 0.08 251.56 0.77 0.66
Hex 7E 64 EB 2E 39 0 8 FC 4D 42
Octal 176 144 353 56 71 0 10 374 115 102
Binary 1111110 1100100 11101011 101110 111001 0 1000 11111100 1001101 1000010

Color Harmonies of #7E64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E64EB

Black with #7E64EB

Text Example


Text Example

White with #7E64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,235); }

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

background-color css

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

 a { background-color: rgb(126,100,235); }

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

border-color css

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

 span { border-color: rgb(126,100,235); }

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