Html Css Color HEX #7E4CFC Medium Slate Blue

📋 copy color: '#7E4CFC'

red 126 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #7E4CFC

Tints of Medium Slate Blue #7E4CFC

RGB

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

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

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

R = 27.75%
G = 16.74%
B = 55.51%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E4CFC (or 0x7E4CFC) is known color: Medium Slate Blue. HEX triplet: 7E, 4C and FC. RGB value is (126,76,252). Sum of RGB (Red+Green+Blue) = 126+76+252=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E4CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4CFC is #81B303. Grayscale: #6E6E6E. Windows color (decimal): -8499972 or 16534654. OLE color: 16534654.

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

Color convert

RGB 126 76 252 -
CMYK 0.5 0.70 0 0.01
HSL 257.05º 0.97% 0.64% -
HSV(B) 257.05º 0.7% 0.99% -
XYZ 28.76 16.63 93.79 -
YUV 111.01 207.57 138.69 -
System Red Green Blue C M Y K H S L
Decimal 126 76 252 0.5 0.70 0 0.01 257.05 0.97 0.64
Hex 7E 4C FC 32 46 0 1 101 61 40
Octal 176 114 374 62 106 0 1 401 141 100
Binary 1111110 1001100 11111100 110010 1000110 0 1 100000001 1100001 1000000

Color Harmonies of #7E4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4CFC

Black with #7E4CFC

Text Example


Text Example

White with #7E4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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