#7C70ED

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

Shades of Medium Slate Blue #7C70ED

Tints of Medium Slate Blue #7C70ED

Color information

#7C70ED (or 0x7C70ED) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 70 and ED. RGB value is (124,112,237). Sum of RGB (Red+Green+Blue) = 124+112+237=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C70ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C70ED is #838F12. Grayscale: #818181. Windows color (decimal): -8621843 or 15560828. OLE color: 15560828.

HSL color Cylindrical-coordinate representation of color #7C70ED: hue angle of 245.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C70ED is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124112237-
CMYK0.480.5300.07
HSL245.76º77.64%68.43%-
HSV(B)245.76º52.74%92.94%-
XYZ29.3921.9982.82-
YUV129.84188.48123.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=26.22%
G=23.68%
B=50.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241122370.480.5300.07245.7677.6468.43
Hex7C70ED303507f64e44
Octal174160355606507366116104
Binary111110011100001110110111000011010101111111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C70ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C70ED; }

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

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

<style>
 a { background-color: #7C70ED; }

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

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

<style>
 span { border-color: #7C70ED; }

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

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