Html Css Color HEX #7E64F7 Medium Slate Blue

📋 copy color: '#7E64F7'

red 126 ◦ green 100 ◦ blue 247

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

Shades of Medium Slate Blue #7E64F7

Tints of Medium Slate Blue #7E64F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.22%

R = 26.64%
G = 21.14%
B = 52.22%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7E64F7 (or 0x7E64F7) is known color: Medium Slate Blue. HEX triplet: 7E, 64 and F7. RGB value is (126,100,247). Sum of RGB (Red+Green+Blue) = 126+100+247=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #7E64F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E64F7 is #819B08. Grayscale: #7B7B7B. Windows color (decimal): -8493833 or 16213118. OLE color: 16213118.

HSL color Cylindrical-coordinate representation of color #7E64F7: hue angle of 250.61º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E64F7 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 126 100 247 -
CMYK 0.49 0.60 0 0.03
HSL 250.61º 0.9% 0.68% -
HSV(B) 250.61º 0.6% 0.97% -
XYZ 29.95 20.27 90.33 -
YUV 124.53 197.11 129.05 -
System Red Green Blue C M Y K H S L
Decimal 126 100 247 0.49 0.60 0 0.03 250.61 0.9 0.68
Hex 7E 64 F7 31 3C 0 3 FB 5A 44
Octal 176 144 367 61 74 0 3 373 132 104
Binary 1111110 1100100 11110111 110001 111100 0 11 11111011 1011010 1000100

Color Harmonies of #7E64F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E64F7

Black with #7E64F7

Text Example


Text Example

White with #7E64F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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