#707CE0

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

Shades of Medium Slate Blue #707CE0

Tints of Medium Slate Blue #707CE0

Color information

#707CE0 (or 0x707CE0) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 7C and E0. RGB value is (112,124,224). Sum of RGB (Red+Green+Blue) = 112+124+224=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #707CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CE0 is #8F831F. Grayscale: #838383. Windows color (decimal): -9405216 or 14711920. OLE color: 14711920.

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

Color convert

RGB112124224-
CMYK0.500.4500.12
HSL233.57º64.37%65.88%-
HSV(B)233.57º50%87.84%-
XYZ27.3423.2473.57-
YUV131.81180.02113.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=24.35%
G=26.96%
B=48.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121242240.500.4500.12233.5764.3765.88
Hex707CE0322D0Cea4042
Octal1601743406255014352100102
Binary1110000111110011100000110010101101011001110101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,124,224); }

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

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

 a { background-color: rgb(112,124,224); }

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

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

 span { border-color: rgb(112,124,224); }

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