Html Css Color HEX #7E61DE Medium Slate Blue

📋 copy color: '#7E61DE'

red 126 ◦ green 97 ◦ blue 222

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

Shades of Medium Slate Blue #7E61DE

Tints of Medium Slate Blue #7E61DE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.8%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 28.31%
G = 21.8%
B = 49.89%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E61DE (or 0x7E61DE) is known color: Medium Slate Blue. HEX triplet: 7E, 61 and DE. RGB value is (126,97,222). Sum of RGB (Red+Green+Blue) = 126+97+222=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E61DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E61DE is #819E21. Grayscale: #777777. Windows color (decimal): -8494626 or 14573950. OLE color: 14573950.

HSL color Cylindrical-coordinate representation of color #7E61DE: hue angle of 253.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E61DE is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 97 222 -
CMYK 0.43 0.56 0 0.13
HSL 253.92º 0.65% 0.63% -
HSV(B) 253.92º 0.56% 0.87% -
XYZ 26.06 18.26 71.26 -
YUV 119.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 126 97 222 0.43 0.56 0 0.13 253.92 0.65 0.63
Hex 7E 61 DE 2B 38 0 D FE 41 3F
Octal 176 141 336 53 70 0 15 376 101 77
Binary 1111110 1100001 11011110 101011 111000 0 1101 11111110 1000001 111111

Color Harmonies of #7E61DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E61DE

Black with #7E61DE

Text Example


Text Example

White with #7E61DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,97,222); }

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

background-color css

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

 a { background-color: rgb(126,97,222); }

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

border-color css

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

 span { border-color: rgb(126,97,222); }

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