Html Css Color HEX #715EE1 Medium Slate Blue

📋 copy color: '#715EE1'

red 113 ◦ green 94 ◦ blue 225

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

Shades of Medium Slate Blue #715EE1

Tints of Medium Slate Blue #715EE1

RGB

 RED value IS 113 (44.53% from 255) = 26.16%

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 26.16%
G = 21.76%
B = 52.08%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#715EE1 (or 0x715EE1) is known color: Medium Slate Blue. HEX triplet: 71, 5E and E1. RGB value is (113,94,225). Sum of RGB (Red+Green+Blue) = 113+94+225=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #715EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #715EE1 is #8EA11E. Grayscale: #727272. Windows color (decimal): -9347359 or 14769777. OLE color: 14769777.

HSL color Cylindrical-coordinate representation of color #715EE1: hue angle of 248.7º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #715EE1 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 94 225 -
CMYK 0.50 0.58 0 0.12
HSL 248.7º 0.69% 0.63% -
HSV(B) 248.7º 0.58% 0.88% -
XYZ 24.4 16.95 73.22 -
YUV 114.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 113 94 225 0.50 0.58 0 0.12 248.7 0.69 0.63
Hex 71 5E E1 32 3A 0 C F9 45 3F
Octal 161 136 341 62 72 0 14 371 105 77
Binary 1110001 1011110 11100001 110010 111010 0 1100 11111001 1000101 111111

Color Harmonies of #715EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715EE1

Black with #715EE1

Text Example


Text Example

White with #715EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715EE1; }

 p { color: rgb(113,94,225); }

 H1.HeaderClassName
 {
   color: #715EE1;
 }
 .AnyTagClassName
 {
   color: #715EE1;
 }
</style>

background-color css

<style>
 a { background-color: #715EE1; }

 a { background-color: rgb(113,94,225); }

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

border-color css

<style>
 span { border-color: #715EE1; }

 span { border-color: rgb(113,94,225); }

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