#8156ED

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

Shades of Medium Slate Blue #8156ED

Tints of Medium Slate Blue #8156ED

Color information

#8156ED (or 0x8156ED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 56 and ED. RGB value is (129,86,237). Sum of RGB (Red+Green+Blue) = 129+86+237=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #8156ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8156ED is #7EA912. Grayscale: #737373. Windows color (decimal): -8300819 or 15554177. OLE color: 15554177.

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

Color convert

RGB12986237-
CMYK0.460.6400.07
HSL257.09º80.75%63.33%-
HSV(B)257.09º63.71%92.94%-
XYZ27.6717.4482.03-
YUV116.07196.25137.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.54%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 237 (92.97% from 255) = 52.43%
R=28.54%
G=19.03%
B=52.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129862370.460.6400.07257.0980.7563.33
Hex8156ED2E4007101513f
Octal201126355561000740112177
Binary10000001101011011101101101110100000001111000000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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