#716AE1

Color #716AE1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #716AE1

Tints of Medium Slate Blue #716AE1

Color information

#716AE1 (or 0x716AE1) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 6A and E1. RGB value is (113,106,225). Sum of RGB (Red+Green+Blue) = 113+106+225=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #716AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AE1 is #8E951E. Grayscale: #797979. Windows color (decimal): -9344287 or 14772849. OLE color: 14772849.

HSL color Cylindrical-coordinate representation of color #716AE1: hue angle of 243.53º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #716AE1 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113106225-
CMYK0.500.5300.12
HSL243.53º66.48%64.9%-
HSV(B)243.53º52.89%88.24%-
XYZ25.5519.2673.6-
YUV121.66186.32121.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 225 (88.28% from 255) = 50.68%
R=25.45%
G=23.87%
B=50.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131062250.500.5300.12243.5366.4864.9
Hex716AE132350Cf44241
Octal1611523416265014364102101
Binary1110001110101011100001110010110101011001111010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716AE1; }

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

 H1.HeaderClassName
 {
   color: #716AE1;
 }
 .AnyTagClassName
 {
   color: #716AE1;
 }
</style>
background-color css

<style>
 a { background-color: #716AE1; }

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

 div.DivClassName
 {
   background-color: #716AE1;
 }
 .BgClassName
 {
   background-color: #716AE1;
 }
</style>
border-color css

<style>
 span { border-color: #716AE1; }

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

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