#8156EB

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

Shades of Medium Slate Blue #8156EB

Tints of Medium Slate Blue #8156EB

Color information

#8156EB (or 0x8156EB) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 56 and EB. RGB value is (129,86,235). Sum of RGB (Red+Green+Blue) = 129+86+235=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #8156EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8156EB is #7EA914. Grayscale: #737373. Windows color (decimal): -8300821 or 15423105. OLE color: 15423105.

HSL color Cylindrical-coordinate representation of color #8156EB: hue angle of 257.32º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8156EB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12986235-
CMYK0.450.6300.08
HSL257.32º78.84%62.94%-
HSV(B)257.32º63.4%92.16%-
XYZ27.3817.3280.5-
YUV115.84195.25137.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.67%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 235 (92.19% from 255) = 52.22%
R=28.67%
G=19.11%
B=52.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129862350.450.6300.08257.3278.8462.94
Hex8156EB2D3F081014f3f
Octal201126353557701040111777
Binary10000001101011011101011101101111111010001000000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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