Html Css Color HEX #7E4DFB Medium Slate Blue

📋 copy color: '#7E4DFB'

red 126 ◦ green 77 ◦ blue 251

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

Shades of Medium Slate Blue #7E4DFB

Tints of Medium Slate Blue #7E4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.96%

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 27.75%
G = 16.96%
B = 55.29%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E4DFB (or 0x7E4DFB) is known color: Medium Slate Blue. HEX triplet: 7E, 4D and FB. RGB value is (126,77,251). Sum of RGB (Red+Green+Blue) = 126+77+251=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E4DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4DFB is #81B204. Grayscale: #6E6E6E. Windows color (decimal): -8499717 or 16469374. OLE color: 16469374.

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

Color convert

RGB 126 77 251 -
CMYK 0.50 0.69 0 0.02
HSL 256.9º 0.96% 0.64% -
HSV(B) 256.9º 0.69% 0.98% -
XYZ 28.67 16.71 92.98 -
YUV 111.49 206.73 138.35 -
System Red Green Blue C M Y K H S L
Decimal 126 77 251 0.50 0.69 0 0.02 256.9 0.96 0.64
Hex 7E 4D FB 32 45 0 2 101 60 40
Octal 176 115 373 62 105 0 2 401 140 100
Binary 1111110 1001101 11111011 110010 1000101 0 10 100000001 1100000 1000000

Color Harmonies of #7E4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4DFB

Black with #7E4DFB

Text Example


Text Example

White with #7E4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,77,251); }

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

background-color css

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

 a { background-color: rgb(126,77,251); }

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

border-color css

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

 span { border-color: rgb(126,77,251); }

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