#7153ED

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

Shades of Medium Slate Blue #7153ED

Tints of Medium Slate Blue #7153ED

Color information

#7153ED (or 0x7153ED) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 53 and ED. RGB value is (113,83,237). Sum of RGB (Red+Green+Blue) = 113+83+237=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #7153ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7153ED is #8EAC12. Grayscale: #6C6C6C. Windows color (decimal): -9350163 or 15553393. OLE color: 15553393.

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

Color convert

RGB11383237-
CMYK0.520.6500.07
HSL251.69º81.05%62.75%-
HSV(B)251.69º64.98%92.94%-
XYZ25.1915.8181.85-
YUV109.53199.94130.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.10%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=26.10%
G=19.17%
B=54.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal113832370.520.6500.07251.6981.0562.75
Hex7153ED344107fc513f
Octal161123355641010737412177
Binary111000110100111110110111010010000010111111111001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7153ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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