#7A70DC

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

Shades of Medium Slate Blue #7A70DC

Tints of Medium Slate Blue #7A70DC

Color information

#7A70DC (or 0x7A70DC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 70 and DC. RGB value is (122,112,220). Sum of RGB (Red+Green+Blue) = 122+112+220=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A70DC is #858F23. Grayscale: #7E7E7E. Windows color (decimal): -8752932 or 14446714. OLE color: 14446714.

HSL color Cylindrical-coordinate representation of color #7A70DC: hue angle of 245.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A70DC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122112220-
CMYK0.450.4900.14
HSL245.56º60.67%65.1%-
HSV(B)245.56º49.09%86.27%-
XYZ26.7420.8970.33-
YUV127.3180.31124.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=26.87%
G=24.67%
B=48.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221122200.450.4900.14245.5660.6765.1
Hex7A70DC2D310Ef63d41
Octal172160334556101636675101
Binary111101011100001101110010110111000101110111101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,112,220); }

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

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

 a { background-color: rgb(122,112,220); }

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

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

 span { border-color: rgb(122,112,220); }

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