#8A6DEC

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

Shades of Medium Slate Blue #8A6DEC

Tints of Medium Slate Blue #8A6DEC

Color information

#8A6DEC (or 0x8A6DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 6D and EC. RGB value is (138,109,236). Sum of RGB (Red+Green+Blue) = 138+109+236=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A6DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DEC is #759213. Grayscale: #838383. Windows color (decimal): -7705108 or 15494538. OLE color: 15494538.

HSL color Cylindrical-coordinate representation of color #8A6DEC: hue angle of 253.7º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A6DEC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138109236-
CMYK0.420.5400.07
HSL253.7º76.97%67.65%-
HSV(B)253.7º53.81%92.55%-
XYZ31.0922.482.04-
YUV132.15186.61132.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=28.57%
G=22.57%
B=48.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381092360.420.5400.07253.776.9767.65
Hex8A6DEC2A3607fe4d44
Octal212155354526607376115104
Binary1000101011011011110110010101011011001111111111010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6DEC; }

 p { color: rgb(138,109,236); }

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

<style>
 a { background-color: #8A6DEC; }

 a { background-color: rgb(138,109,236); }

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

<style>
 span { border-color: #8A6DEC; }

 span { border-color: rgb(138,109,236); }

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