Html Css Color HEX #7E71EC Medium Slate Blue

📋 copy color: '#7E71EC'

red 126 ◦ green 113 ◦ blue 236

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

Shades of Medium Slate Blue #7E71EC

Tints of Medium Slate Blue #7E71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 26.53%
G = 23.79%
B = 49.68%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E71EC (or 0x7E71EC) is known color: Medium Slate Blue. HEX triplet: 7E, 71 and EC. RGB value is (126,113,236). Sum of RGB (Red+Green+Blue) = 126+113+236=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E71EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E71EC is #818E13. Grayscale: #828282. Windows color (decimal): -8490516 or 15495550. OLE color: 15495550.

HSL color Cylindrical-coordinate representation of color #7E71EC: hue angle of 246.34º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E71EC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 113 236 -
CMYK 0.47 0.52 0 0.07
HSL 246.34º 0.76% 0.68% -
HSV(B) 246.34º 0.52% 0.93% -
XYZ 29.65 22.3 82.1 -
YUV 130.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 126 113 236 0.47 0.52 0 0.07 246.34 0.76 0.68
Hex 7E 71 EC 2F 34 0 7 F6 4C 44
Octal 176 161 354 57 64 0 7 366 114 104
Binary 1111110 1110001 11101100 101111 110100 0 111 11110110 1001100 1000100

Color Harmonies of #7E71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E71EC

Black with #7E71EC

Text Example


Text Example

White with #7E71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,113,236); }

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

background-color css

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

 a { background-color: rgb(126,113,236); }

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

border-color css

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

 span { border-color: rgb(126,113,236); }

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