#8A6AF1

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

Shades of Medium Slate Blue #8A6AF1

Tints of Medium Slate Blue #8A6AF1

Color information

#8A6AF1 (or 0x8A6AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 6A and F1. RGB value is (138,106,241). Sum of RGB (Red+Green+Blue) = 138+106+241=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6AF1 is #75950E. Grayscale: #828282. Windows color (decimal): -7705871 or 15821450. OLE color: 15821450.

HSL color Cylindrical-coordinate representation of color #8A6AF1: hue angle of 254.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A6AF1 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB138106241-
CMYK0.430.5600.05
HSL254.22º82.82%68.04%-
HSV(B)254.22º56.02%94.51%-
XYZ31.5122.0685.82-
YUV130.96190.1133.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=28.45%
G=21.86%
B=49.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1381062410.430.5600.05254.2282.8268.04
Hex8A6AF12B3805fe5344
Octal212152361537005376123104
Binary1000101011010101111000110101111100001011111111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,106,241); }

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

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

 a { background-color: rgb(138,106,241); }

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

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

 span { border-color: rgb(138,106,241); }

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