#8A6FED

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

Shades of Medium Slate Blue #8A6FED

Tints of Medium Slate Blue #8A6FED

Color information

#8A6FED (or 0x8A6FED) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 6F and ED. RGB value is (138,111,237). Sum of RGB (Red+Green+Blue) = 138+111+237=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FED is #759012. Grayscale: #848484. Windows color (decimal): -7704595 or 15560586. OLE color: 15560586.

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

Color convert

RGB138111237-
CMYK0.420.5300.07
HSL252.86º77.78%68.24%-
HSV(B)252.86º53.16%92.94%-
XYZ31.4522.8982.88-
YUV133.44186.45131.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 237 (92.97% from 255) = 48.77%
R=28.40%
G=22.84%
B=48.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381112370.420.5300.07252.8677.7868.24
Hex8A6FED2A3507fd4e44
Octal212157355526507375116104
Binary1000101011011111110110110101011010101111111110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,237); }

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

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

 a { background-color: rgb(138,111,237); }

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

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

 span { border-color: rgb(138,111,237); }

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