#8659E2

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

Shades of Medium Slate Blue #8659E2

Tints of Medium Slate Blue #8659E2

Color information

#8659E2 (or 0x8659E2) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 59 and E2. RGB value is (134,89,226). Sum of RGB (Red+Green+Blue) = 134+89+226=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #8659E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659E2 is #79A61D. Grayscale: #757575. Windows color (decimal): -7972382 or 14834054. OLE color: 14834054.

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

Color convert

RGB13489226-
CMYK0.410.6100.11
HSL259.71º70.26%61.76%-
HSV(B)259.71º60.62%88.63%-
XYZ27.1317.773.94-
YUV118.07188.91139.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 226 (88.67% from 255) = 50.33%
R=29.84%
G=19.82%
B=50.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal134892260.410.6100.11259.7170.2661.76
Hex8659E2293D0B104463e
Octal206131342517501340410676
Binary10000110101100111100010101001111101010111000001001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8659E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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