#8656E2

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

Shades of Medium Slate Blue #8656E2

Tints of Medium Slate Blue #8656E2

Color information

#8656E2 (or 0x8656E2) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 56 and E2. RGB value is (134,86,226). Sum of RGB (Red+Green+Blue) = 134+86+226=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #8656E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656E2 is #79A91D. Grayscale: #737373. Windows color (decimal): -7973150 or 14833286. OLE color: 14833286.

HSL color Cylindrical-coordinate representation of color #8656E2: hue angle of 260.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8656E2 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13486226-
CMYK0.410.6200.11
HSL260.57º70.71%61.18%-
HSV(B)260.57º61.95%88.63%-
XYZ26.8917.2173.86-
YUV116.31189.9140.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 226 (88.67% from 255) = 50.67%
R=30.04%
G=19.28%
B=50.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134862260.410.6200.11260.5770.7161.18
Hex8656E2293E0B105473d
Octal206126342517601340510775
Binary10000110101011011100010101001111110010111000001011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8656E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8656E2; }

 p { color: rgb(134,86,226); }

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

<style>
 a { background-color: #8656E2; }

 a { background-color: rgb(134,86,226); }

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

<style>
 span { border-color: #8656E2; }

 span { border-color: rgb(134,86,226); }

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