Html Css Color HEX #7E5FDC Medium Slate Blue

📋 copy color: '#7E5FDC'

red 126 ◦ green 95 ◦ blue 220

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

Shades of Medium Slate Blue #7E5FDC

Tints of Medium Slate Blue #7E5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 28.57%
G = 21.54%
B = 49.89%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E5FDC (or 0x7E5FDC) is known color: Medium Slate Blue. HEX triplet: 7E, 5F and DC. RGB value is (126,95,220). Sum of RGB (Red+Green+Blue) = 126+95+220=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FDC is #81A023. Grayscale: #767676. Windows color (decimal): -8495140 or 14442366. OLE color: 14442366.

HSL color Cylindrical-coordinate representation of color #7E5FDC: hue angle of 254.88º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5FDC is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 95 220 -
CMYK 0.43 0.57 0 0.14
HSL 254.88º 0.64% 0.62% -
HSV(B) 254.88º 0.57% 0.86% -
XYZ 25.61 17.79 69.79 -
YUV 118.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 126 95 220 0.43 0.57 0 0.14 254.88 0.64 0.62
Hex 7E 5F DC 2B 39 0 E FF 40 3E
Octal 176 137 334 53 71 0 16 377 100 76
Binary 1111110 1011111 11011100 101011 111001 0 1110 11111111 1000000 111110

Color Harmonies of #7E5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5FDC

Black with #7E5FDC

Text Example


Text Example

White with #7E5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,95,220); }

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

background-color css

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

 a { background-color: rgb(126,95,220); }

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

border-color css

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

 span { border-color: rgb(126,95,220); }

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