#7155ED

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

Shades of Medium Slate Blue #7155ED

Tints of Medium Slate Blue #7155ED

Color information

#7155ED (or 0x7155ED) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 55 and ED. RGB value is (113,85,237). Sum of RGB (Red+Green+Blue) = 113+85+237=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #7155ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155ED is #8EAA12. Grayscale: #6E6E6E. Windows color (decimal): -9349651 or 15553905. OLE color: 15553905.

HSL color Cylindrical-coordinate representation of color #7155ED: hue angle of 251.05º 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 #7155ED is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11385237-
CMYK0.520.6400.07
HSL251.05º80.85%63.14%-
HSV(B)251.05º64.14%92.94%-
XYZ25.3416.1281.9-
YUV110.7199.28129.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 237 (92.97% from 255) = 54.48%
R=25.98%
G=19.54%
B=54.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113852370.520.6400.07251.0580.8563.14
Hex7155ED344007fb513f
Octal161125355641000737312177
Binary111000110101011110110111010010000000111111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7155ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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