#717DE0

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

Shades of Medium Slate Blue #717DE0

Tints of Medium Slate Blue #717DE0

Color information

#717DE0 (or 0x717DE0) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 7D and E0. RGB value is (113,125,224). Sum of RGB (Red+Green+Blue) = 113+125+224=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #717DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DE0 is #8E821F. Grayscale: #848484. Windows color (decimal): -9339424 or 14712177. OLE color: 14712177.

HSL color Cylindrical-coordinate representation of color #717DE0: hue angle of 233.51º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #717DE0 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113125224-
CMYK0.500.4400.12
HSL233.51º64.16%66.08%-
HSV(B)233.51º49.55%87.84%-
XYZ27.623.5673.61-
YUV132.7179.52113.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.46%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=24.46%
G=27.06%
B=48.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131252240.500.4400.12233.5164.1666.08
Hex717DE0322C0Cea4042
Octal1611753406254014352100102
Binary1110001111110111100000110010101100011001110101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717DE0; }

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

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

<style>
 a { background-color: #717DE0; }

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

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

<style>
 span { border-color: #717DE0; }

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

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