#8A49FF

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

Shades of Medium Slate Blue #8A49FF

Tints of Medium Slate Blue #8A49FF

Color information

#8A49FF (or 0x8A49FF) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 49 and FF. RGB value is (138,73,255). Sum of RGB (Red+Green+Blue) = 138+73+255=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A49FF is #75B600. Grayscale: #707070. Windows color (decimal): -7714305 or 16730506. OLE color: 16730506.

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

Color convert

RGB13873255-
CMYK0.460.7100
HSL261.43º100%64.31%-
HSV(B)261.43º71.37%100%-
XYZ30.9117.3996.33-
YUV113.18208.03145.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 255 (100% from 255) = 54.72%
R=29.61%
G=15.67%
B=54.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138732550.460.7100261.4310064.31
Hex8A49FF2E47001056440
Octal2121113775610700405144100
Binary1000101010010011111111110111010001110010000010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,255); }

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

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

 a { background-color: rgb(138,73,255); }

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

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

 span { border-color: rgb(138,73,255); }

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