#7055ED

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

Shades of Medium Slate Blue #7055ED

Tints of Medium Slate Blue #7055ED

Color information

#7055ED (or 0x7055ED) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 55 and ED. RGB value is (112,85,237). Sum of RGB (Red+Green+Blue) = 112+85+237=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #7055ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7055ED is #8FAA12. Grayscale: #6D6D6D. Windows color (decimal): -9415187 or 15553904. OLE color: 15553904.

HSL color Cylindrical-coordinate representation of color #7055ED: hue angle of 250.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7055ED is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11285237-
CMYK0.530.6400.07
HSL250.66º80.85%63.14%-
HSV(B)250.66º64.14%92.94%-
XYZ25.2216.0681.89-
YUV110.4199.45129.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 237 (92.97% from 255) = 54.61%
R=25.81%
G=19.59%
B=54.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112852370.530.6400.07250.6680.8563.14
Hex7055ED354007fb513f
Octal160125355651000737312177
Binary111000010101011110110111010110000000111111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7055ED; }

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

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

<style>
 a { background-color: #7055ED; }

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

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

<style>
 span { border-color: #7055ED; }

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

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