#8156e5

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

Shades of Medium Slate Blue #8156E5

Tints of Medium Slate Blue #8156E5

Color information

#8156E5 (or 0x8156E5) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 56 and E5. RGB value is (129,86,229). Sum of RGB (Red+Green+Blue) = 129+86+229=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #8156E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156E5 is #7EA91A. Grayscale: #727272. Windows color (decimal): -8300827 or 15029889. OLE color: 15029889.

HSL color Cylindrical-coordinate representation of color #8156E5: hue angle of 258.04º degrees, saturation: 0.73, 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 #8156E5 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12986229-
CMYK0.440.6200.10
HSL258.04º73.33%61.76%-
HSV(B)258.04º62.45%89.8%-
XYZ26.5216.9876.01-
YUV115.16192.25137.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 229 (89.84% from 255) = 51.58%
R=29.05%
G=19.37%
B=51.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal129862290.440.6200.10258.0473.3361.76
Hex8156E52C3E0A102493e
Octal201126345547601240211176
Binary10000001101011011100101101100111110010101000000101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8156e5; }

 p { color: rgb(129,86,229); }

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

<style>
 a { background-color: #8156e5; }

 a { background-color: rgb(129,86,229); }

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

<style>
 span { border-color: #8156e5; }

 span { border-color: rgb(129,86,229); }

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