#7070EB

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

Shades of Medium Slate Blue #7070EB

Tints of Medium Slate Blue #7070EB

Color information

#7070EB (or 0x7070EB) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 70 and EB. RGB value is (112,112,235). Sum of RGB (Red+Green+Blue) = 112+112+235=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #7070EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7070EB is #8F8F14. Grayscale: #7D7D7D. Windows color (decimal): -9408277 or 15429744. OLE color: 15429744.

HSL color Cylindrical-coordinate representation of color #7070EB: hue angle of 240º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7070EB is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112112235-
CMYK0.520.5200.08
HSL240º75.46%68.04%-
HSV(B)240º52.34%92.16%-
XYZ27.4721.0381.21-
YUV126.02189.5118-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=24.40%
G=24.40%
B=51.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121122350.520.5200.0824075.4668.04
Hex7070EB343408f04b44
Octal1601603536464010360113104
Binary1110000111000011101011110100110100010001111000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7070EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7070EB; }

 p { color: rgb(112,112,235); }

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

<style>
 a { background-color: #7070EB; }

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

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

<style>
 span { border-color: #7070EB; }

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

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