Html Css Color HEX #7E60ED Medium Slate Blue

📋 copy color: '#7E60ED'

red 126 ◦ green 96 ◦ blue 237

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

Shades of Medium Slate Blue #7E60ED

Tints of Medium Slate Blue #7E60ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 27.45%
G = 20.92%
B = 51.63%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E60ED (or 0x7E60ED) is known color: Medium Slate Blue. HEX triplet: 7E, 60 and ED. RGB value is (126,96,237). Sum of RGB (Red+Green+Blue) = 126+96+237=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E60ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E60ED is #819F12. Grayscale: #787878. Windows color (decimal): -8494867 or 15556734. OLE color: 15556734.

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

Color convert

RGB 126 96 237 -
CMYK 0.47 0.59 0 0.07
HSL 252.77º 0.8% 0.65% -
HSV(B) 252.77º 0.59% 0.93% -
XYZ 28.07 18.92 82.29 -
YUV 121.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 126 96 237 0.47 0.59 0 0.07 252.77 0.8 0.65
Hex 7E 60 ED 2F 3B 0 7 FD 50 41
Octal 176 140 355 57 73 0 7 375 120 101
Binary 1111110 1100000 11101101 101111 111011 0 111 11111101 1010000 1000001

Color Harmonies of #7E60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E60ED

Black with #7E60ED

Text Example


Text Example

White with #7E60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,237); }

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

background-color css

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

 a { background-color: rgb(126,96,237); }

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

border-color css

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

 span { border-color: rgb(126,96,237); }

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