#716DDA

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

Shades of Medium Slate Blue #716DDA

Tints of Medium Slate Blue #716DDA

Color information

#716DDA (or 0x716DDA) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 6D and DA. RGB value is (113,109,218). Sum of RGB (Red+Green+Blue) = 113+109+218=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #716DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DDA is #8E9225. Grayscale: #7A7A7A. Windows color (decimal): -9343526 or 14314865. OLE color: 14314865.

HSL color Cylindrical-coordinate representation of color #716DDA: hue angle of 242.2º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716DDA is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB113109218-
CMYK0.480.500.15
HSL242.2º59.56%64.12%-
HSV(B)242.2º50%85.49%-
XYZ24.9319.5168.78-
YUV122.62181.83121.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 109 (42.97% from 255) = 24.77%
BLUE value IS 218 (85.55% from 255) = 49.55%
R=25.68%
G=24.77%
B=49.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1131092180.480.500.15242.259.5664.12
Hex716DDA30320Ff23c40
Octal161155332606201736274100
Binary111000111011011101101011000011001001111111100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,218); }

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

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

 a { background-color: rgb(113,109,218); }

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

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

 span { border-color: rgb(113,109,218); }

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