#7050E9

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

Shades of Medium Slate Blue #7050E9

Tints of Medium Slate Blue #7050E9

Color information

#7050E9 (or 0x7050E9) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 50 and E9. RGB value is (112,80,233). Sum of RGB (Red+Green+Blue) = 112+80+233=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #7050E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7050E9 is #8FAF16. Grayscale: #6A6A6A. Windows color (decimal): -9416471 or 15290480. OLE color: 15290480.

HSL color Cylindrical-coordinate representation of color #7050E9: hue angle of 252.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7050E9 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11280233-
CMYK0.520.6600.09
HSL252.55º77.66%61.37%-
HSV(B)252.55º65.67%91.37%-
XYZ24.2615.0778.72-
YUV107.01199.1131.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 233 (91.41% from 255) = 54.82%
R=26.35%
G=18.82%
B=54.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112802330.520.6600.09252.5577.6661.37
Hex7050E9344209fd4e3d
Octal1601203516410201137511675
Binary1110000101000011101001110100100001001001111111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7050E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7050E9; }

 p { color: rgb(112,80,233); }

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

<style>
 a { background-color: #7050E9; }

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

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

<style>
 span { border-color: #7050E9; }

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

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