#8A4DF2

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

Shades of Medium Slate Blue #8A4DF2

Tints of Medium Slate Blue #8A4DF2

Color information

#8A4DF2 (or 0x8A4DF2) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 4D and F2. RGB value is (138,77,242). Sum of RGB (Red+Green+Blue) = 138+77+242=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4DF2 is #75B20D. Grayscale: #717171. Windows color (decimal): -7713294 or 15879562. OLE color: 15879562.

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

Color convert

RGB13877242-
CMYK0.430.6800.05
HSL262.18º86.39%62.55%-
HSV(B)262.18º68.18%94.9%-
XYZ29.1617.1285.77-
YUV114.05200.21145.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 242 (94.92% from 255) = 52.95%
R=30.20%
G=16.85%
B=52.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138772420.430.6800.05262.1886.3962.55
Hex8A4DF22B4405106563f
Octal212115362531040540612677
Binary10001010100110111110010101011100010001011000001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,242); }

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

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

 a { background-color: rgb(138,77,242); }

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

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

 span { border-color: rgb(138,77,242); }

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