#716AE0

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

Shades of Medium Slate Blue #716AE0

Tints of Medium Slate Blue #716AE0

Color information

#716AE0 (or 0x716AE0) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 6A and E0. RGB value is (113,106,224). Sum of RGB (Red+Green+Blue) = 113+106+224=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #716AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AE0 is #8E951F. Grayscale: #797979. Windows color (decimal): -9344288 or 14707313. OLE color: 14707313.

HSL color Cylindrical-coordinate representation of color #716AE0: hue angle of 243.56º 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 #716AE0 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113106224-
CMYK0.500.5300.12
HSL243.56º65.56%64.71%-
HSV(B)243.56º52.68%87.84%-
XYZ25.4219.272.89-
YUV121.54185.82121.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 224 (87.89% from 255) = 50.56%
R=25.51%
G=23.93%
B=50.56%

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
Decimal1131062240.500.5300.12243.5665.5664.71
Hex716AE032350Cf44241
Octal1611523406265014364102101
Binary1110001110101011100000110010110101011001111010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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