#8A4FFE

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

Shades of Medium Slate Blue #8A4FFE

Tints of Medium Slate Blue #8A4FFE

Color information

#8A4FFE (or 0x8A4FFE) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 4F and FE. RGB value is (138,79,254). Sum of RGB (Red+Green+Blue) = 138+79+254=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A4FFE is #75B001. Grayscale: #737373. Windows color (decimal): -7712770 or 16666506. OLE color: 16666506.

HSL color Cylindrical-coordinate representation of color #8A4FFE: hue angle of 260.23º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A4FFE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13879254-
CMYK0.460.6900.00
HSL260.23º98.87%65.29%-
HSV(B)260.23º68.9%99.61%-
XYZ31.1718.1595.63-
YUV116.59205.55143.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 79 (31.25% from 255) = 16.77%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=29.30%
G=16.77%
B=53.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal138792540.460.6900.00260.2398.8765.29
Hex8A4FFE2E45001046341
Octal2121173765610500404143101
Binary1000101010011111111111010111010001010010000010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,254); }

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

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

 a { background-color: rgb(138,79,254); }

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

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

 span { border-color: rgb(138,79,254); }

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