#7157E6

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

Shades of Medium Slate Blue #7157E6

Tints of Medium Slate Blue #7157E6

Color information

#7157E6 (or 0x7157E6) is unknown color: approx Medium Slate Blue. HEX triplet: 71, 57 and E6. RGB value is (113,87,230). Sum of RGB (Red+Green+Blue) = 113+87+230=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #7157E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7157E6 is #8EA819. Grayscale: #6E6E6E. Windows color (decimal): -9349146 or 15095665. OLE color: 15095665.

HSL color Cylindrical-coordinate representation of color #7157E6: hue angle of 250.91º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7157E6 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11387230-
CMYK0.510.6200.10
HSL250.91º74.09%62.16%-
HSV(B)250.91º62.17%90.2%-
XYZ24.516.0476.67-
YUV111.08195.11129.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 230 (90.23% from 255) = 53.49%
R=26.28%
G=20.23%
B=53.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal113872300.510.6200.10250.9174.0962.16
Hex7157E6333E0Afb4a3e
Octal161127346637601237311276
Binary111000110101111110011011001111111001010111110111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7157E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7157E6; }

 p { color: rgb(113,87,230); }

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

<style>
 a { background-color: #7157E6; }

 a { background-color: rgb(113,87,230); }

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

<style>
 span { border-color: #7157E6; }

 span { border-color: rgb(113,87,230); }

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