Html Css Color HEX #7E61D8 Medium Slate Blue

📋 copy color: '#7E61D8'

red 126 ◦ green 97 ◦ blue 216

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

Shades of Medium Slate Blue #7E61D8

Tints of Medium Slate Blue #7E61D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 28.7%
G = 22.1%
B = 49.2%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E61D8 (or 0x7E61D8) is known color: Medium Slate Blue. HEX triplet: 7E, 61 and D8. RGB value is (126,97,216). Sum of RGB (Red+Green+Blue) = 126+97+216=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #7E61D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E61D8 is #819E27. Grayscale: #767676. Windows color (decimal): -8494632 or 14180734. OLE color: 14180734.

HSL color Cylindrical-coordinate representation of color #7E61D8: hue angle of 254.62º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E61D8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 97 216 -
CMYK 0.42 0.55 0 0.15
HSL 254.62º 0.6% 0.61% -
HSV(B) 254.62º 0.55% 0.85% -
XYZ 25.27 17.94 67.1 -
YUV 119.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 126 97 216 0.42 0.55 0 0.15 254.62 0.6 0.61
Hex 7E 61 D8 2A 37 0 F FF 3C 3D
Octal 176 141 330 52 67 0 17 377 74 75
Binary 1111110 1100001 11011000 101010 110111 0 1111 11111111 111100 111101

Color Harmonies of #7E61D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E61D8

Black with #7E61D8

Text Example


Text Example

White with #7E61D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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