Html Css Color HEX #7559E1 Medium Slate Blue

📋 copy color: '#7559E1'

red 117 ◦ green 89 ◦ blue 225

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

Shades of Medium Slate Blue #7559E1

Tints of Medium Slate Blue #7559E1

RGB

 RED value IS 117 (46.09% from 255) = 27.15%

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 27.15%
G = 20.65%
B = 52.2%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7559E1 (or 0x7559E1) is known color: Medium Slate Blue. HEX triplet: 75, 59 and E1. RGB value is (117,89,225). Sum of RGB (Red+Green+Blue) = 117+89+225=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #7559E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559E1 is #8AA61E. Grayscale: #707070. Windows color (decimal): -9086495 or 14768501. OLE color: 14768501.

HSL color Cylindrical-coordinate representation of color #7559E1: hue angle of 252.35º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7559E1 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 89 225 -
CMYK 0.48 0.60 0 0.12
HSL 252.35º 0.69% 0.62% -
HSV(B) 252.35º 0.6% 0.88% -
XYZ 24.5 16.36 73.1 -
YUV 112.88 191.28 130.94 -
System Red Green Blue C M Y K H S L
Decimal 117 89 225 0.48 0.60 0 0.12 252.35 0.69 0.62
Hex 75 59 E1 30 3C 0 C FC 45 3E
Octal 165 131 341 60 74 0 14 374 105 76
Binary 1110101 1011001 11100001 110000 111100 0 1100 11111100 1000101 111110

Color Harmonies of #7559E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559E1

Black with #7559E1

Text Example


Text Example

White with #7559E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7559E1; }

 p { color: rgb(117,89,225); }

 H1.HeaderClassName
 {
   color: #7559E1;
 }
 .AnyTagClassName
 {
   color: #7559E1;
 }
</style>

background-color css

<style>
 a { background-color: #7559E1; }

 a { background-color: rgb(117,89,225); }

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

border-color css

<style>
 span { border-color: #7559E1; }

 span { border-color: rgb(117,89,225); }

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