Html Css Color HEX #7D59E5 Medium Slate Blue

📋 copy color: '#7D59E5'

red 125 ◦ green 89 ◦ blue 229

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

Shades of Medium Slate Blue #7D59E5

Tints of Medium Slate Blue #7D59E5

RGB

 RED value IS 125 (49.22% from 255) = 28.22%

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 229 (89.84% from 255) = 51.69%

R = 28.22%
G = 20.09%
B = 51.69%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7D59E5 (or 0x7D59E5) is known color: Medium Slate Blue. HEX triplet: 7D, 59 and E5. RGB value is (125,89,229). Sum of RGB (Red+Green+Blue) = 125+89+229=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 229 (89.84% from 255 or 51.69% from 443); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D59E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59E5 is #82A61A. Grayscale: #737373. Windows color (decimal): -8562203 or 15030653. OLE color: 15030653.

HSL color Cylindrical-coordinate representation of color #7D59E5: hue angle of 255.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D59E5 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 125 89 229 -
CMYK 0.45 0.61 0 0.10
HSL 255.43º 0.73% 0.62% -
HSV(B) 255.43º 0.61% 0.9% -
XYZ 26.17 17.16 76.06 -
YUV 115.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 125 89 229 0.45 0.61 0 0.10 255.43 0.73 0.62
Hex 7D 59 E5 2D 3D 0 A FF 49 3E
Octal 175 131 345 55 75 0 12 377 111 76
Binary 1111101 1011001 11100101 101101 111101 0 1010 11111111 1001001 111110

Color Harmonies of #7D59E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D59E5

Black with #7D59E5

Text Example


Text Example

White with #7D59E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,229); }

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

background-color css

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

 a { background-color: rgb(125,89,229); }

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

border-color css

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

 span { border-color: rgb(125,89,229); }

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