Html Css Color HEX #7E4CFD Medium Slate Blue

📋 copy color: '#7E4CFD'

red 126 ◦ green 76 ◦ blue 253

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

Shades of Medium Slate Blue #7E4CFD

Tints of Medium Slate Blue #7E4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 253 (99.22% from 255) = 55.6%

R = 27.69%
G = 16.7%
B = 55.6%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E4CFD (or 0x7E4CFD) is known color: Medium Slate Blue. HEX triplet: 7E, 4C and FD. RGB value is (126,76,253). Sum of RGB (Red+Green+Blue) = 126+76+253=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4CFD is #81B302. Grayscale: #6E6E6E. Windows color (decimal): -8499971 or 16600190. OLE color: 16600190.

HSL color Cylindrical-coordinate representation of color #7E4CFD: hue angle of 256.95º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E4CFD is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 76 253 -
CMYK 0.50 0.70 0 0.01
HSL 256.95º 0.98% 0.65% -
HSV(B) 256.95º 0.7% 0.99% -
XYZ 28.92 16.7 94.63 -
YUV 111.13 208.07 138.61 -
System Red Green Blue C M Y K H S L
Decimal 126 76 253 0.50 0.70 0 0.01 256.95 0.98 0.65
Hex 7E 4C FD 32 46 0 1 101 62 41
Octal 176 114 375 62 106 0 1 401 142 101
Binary 1111110 1001100 11111101 110010 1000110 0 1 100000001 1100010 1000001

Color Harmonies of #7E4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CFD

Black with #7E4CFD

Text Example


Text Example

White with #7E4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,76,253); }

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

background-color css

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

 a { background-color: rgb(126,76,253); }

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

border-color css

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

 span { border-color: rgb(126,76,253); }

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