Html Css Color HEX #7D59FF Medium Slate Blue

📋 copy color: '#7D59FF'

red 125 ◦ green 89 ◦ blue 255

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

Shades of Medium Slate Blue #7D59FF

Tints of Medium Slate Blue #7D59FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 26.65%
G = 18.98%
B = 54.37%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D59FF (or 0x7D59FF) is known color: Medium Slate Blue. HEX triplet: 7D, 59 and FF. RGB value is (125,89,255). Sum of RGB (Red+Green+Blue) = 125+89+255=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D59FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D59FF is #82A600. Grayscale: #767676. Windows color (decimal): -8562177 or 16734589. OLE color: 16734589.

HSL color Cylindrical-coordinate representation of color #7D59FF: hue angle of 253.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D59FF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 89 255 -
CMYK 0.51 0.65 0 0
HSL 253.01º 1% 0.67% -
HSV(B) 253.01º 0.65% 1% -
XYZ 30.08 18.72 96.64 -
YUV 118.69 204.93 132.5 -
System Red Green Blue C M Y K H S L
Decimal 125 89 255 0.51 0.65 0 0 253.01 1 0.67
Hex 7D 59 FF 33 41 0 0 FD 64 43
Octal 175 131 377 63 101 0 0 375 144 103
Binary 1111101 1011001 11111111 110011 1000001 0 0 11111101 1100100 1000011

Color Harmonies of #7D59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D59FF

Black with #7D59FF

Text Example


Text Example

White with #7D59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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