Html Css Color HEX #7E47FC Medium Slate Blue

📋 copy color: '#7E47FC'

red 126 ◦ green 71 ◦ blue 252

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

Shades of Medium Slate Blue #7E47FC

Tints of Medium Slate Blue #7E47FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.81%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 28.06%
G = 15.81%
B = 56.12%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E47FC (or 0x7E47FC) is known color: Medium Slate Blue. HEX triplet: 7E, 47 and FC. RGB value is (126,71,252). Sum of RGB (Red+Green+Blue) = 126+71+252=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E47FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E47FC is #81B803. Grayscale: #6B6B6B. Windows color (decimal): -8501252 or 16533374. OLE color: 16533374.

HSL color Cylindrical-coordinate representation of color #7E47FC: hue angle of 258.23º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E47FC is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 71 252 -
CMYK 0.5 0.72 0 0.01
HSL 258.23º 0.97% 0.63% -
HSV(B) 258.23º 0.72% 0.99% -
XYZ 28.43 15.97 93.68 -
YUV 108.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 126 71 252 0.5 0.72 0 0.01 258.23 0.97 0.63
Hex 7E 47 FC 32 48 0 1 102 61 3F
Octal 176 107 374 62 110 0 1 402 141 77
Binary 1111110 1000111 11111100 110010 1001000 0 1 100000010 1100001 111111

Color Harmonies of #7E47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E47FC

Black with #7E47FC

Text Example


Text Example

White with #7E47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,71,252); }

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

background-color css

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

 a { background-color: rgb(126,71,252); }

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

border-color css

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

 span { border-color: rgb(126,71,252); }

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