#707DE1

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

Shades of Medium Slate Blue #707DE1

Tints of Medium Slate Blue #707DE1

Color information

#707DE1 (or 0x707DE1) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 7D and E1. RGB value is (112,125,225). Sum of RGB (Red+Green+Blue) = 112+125+225=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #707DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DE1 is #8F821E. Grayscale: #848484. Windows color (decimal): -9404959 or 14777712. OLE color: 14777712.

HSL color Cylindrical-coordinate representation of color #707DE1: hue angle of 233.1º degrees, saturation: 0.65, 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 #707DE1 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112125225-
CMYK0.500.4400.12
HSL233.1º65.32%66.08%-
HSV(B)233.1º50.22%88.24%-
XYZ27.6123.5574.32-
YUV132.51180.19113.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.24%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=24.24%
G=27.06%
B=48.70%

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
Decimal1121252250.500.4400.12233.165.3266.08
Hex707DE1322C0Ce94142
Octal1601753416254014351101102
Binary1110000111110111100001110010101100011001110100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707DE1; }

 p { color: rgb(112,125,225); }

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

<style>
 a { background-color: #707DE1; }

 a { background-color: rgb(112,125,225); }

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

<style>
 span { border-color: #707DE1; }

 span { border-color: rgb(112,125,225); }

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