#8A6DEA

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

Shades of Medium Slate Blue #8A6DEA

Tints of Medium Slate Blue #8A6DEA

Color information

#8A6DEA (or 0x8A6DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 6D and EA. RGB value is (138,109,234). Sum of RGB (Red+Green+Blue) = 138+109+234=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6DEA is #759215. Grayscale: #838383. Windows color (decimal): -7705110 or 15363466. OLE color: 15363466.

HSL color Cylindrical-coordinate representation of color #8A6DEA: hue angle of 253.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A6DEA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138109234-
CMYK0.410.5300.08
HSL253.92º74.85%67.25%-
HSV(B)253.92º53.42%91.76%-
XYZ30.822.2880.52-
YUV131.92185.61132.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 234 (91.80% from 255) = 48.65%
R=28.69%
G=22.66%
B=48.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381092340.410.5300.08253.9274.8567.25
Hex8A6DEA293508fe4b43
Octal2121553525165010376113103
Binary10001010110110111101010101001110101010001111111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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