#8156DC

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

Shades of Medium Slate Blue #8156DC

Tints of Medium Slate Blue #8156DC

Color information

#8156DC (or 0x8156DC) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 56 and DC. RGB value is (129,86,220). Sum of RGB (Red+Green+Blue) = 129+86+220=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #8156DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156DC is #7EA923. Grayscale: #717171. Windows color (decimal): -8300836 or 14440065. OLE color: 14440065.

HSL color Cylindrical-coordinate representation of color #8156DC: hue angle of 259.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8156DC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12986220-
CMYK0.410.6100.14
HSL259.25º65.69%60%-
HSV(B)259.25º60.91%86.27%-
XYZ25.316.4969.56-
YUV114.13187.75138.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 220 (86.33% from 255) = 50.57%
R=29.66%
G=19.77%
B=50.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129862200.410.6100.14259.2565.6960
Hex8156DC293D0E103423c
Octal201126334517501640310274
Binary10000001101011011011100101001111101011101000000111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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