#8157ec

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

Shades of Medium Slate Blue #8157EC

Tints of Medium Slate Blue #8157EC

Color information

#8157EC (or 0x8157EC) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 57 and EC. RGB value is (129,87,236). Sum of RGB (Red+Green+Blue) = 129+87+236=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #8157EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8157EC is #7EA813. Grayscale: #737373. Windows color (decimal): -8300564 or 15488897. OLE color: 15488897.

HSL color Cylindrical-coordinate representation of color #8157EC: hue angle of 256.91º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8157EC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12987236-
CMYK0.450.6300.07
HSL256.91º79.68%63.33%-
HSV(B)256.91º63.14%92.55%-
XYZ27.617.5481.29-
YUV116.54195.41136.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 236 (92.58% from 255) = 52.21%
R=28.54%
G=19.25%
B=52.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129872360.450.6300.07256.9179.6863.33
Hex8157EC2D3F07101503f
Octal20112735455770740112077
Binary1000000110101111110110010110111111101111000000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8157ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8157ec; }

 p { color: rgb(129,87,236); }

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

<style>
 a { background-color: #8157ec; }

 a { background-color: rgb(129,87,236); }

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

<style>
 span { border-color: #8157ec; }

 span { border-color: rgb(129,87,236); }

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