#8A4BFF

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

Shades of Medium Slate Blue #8A4BFF

Tints of Medium Slate Blue #8A4BFF

Color information

#8A4BFF (or 0x8A4BFF) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 4B and FF. RGB value is (138,75,255). Sum of RGB (Red+Green+Blue) = 138+75+255=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4BFF is #75B400. Grayscale: #717171. Windows color (decimal): -7713793 or 16731018. OLE color: 16731018.

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

Color convert

RGB13875255-
CMYK0.460.7100
HSL261º100%64.71%-
HSV(B)261º70.59%100%-
XYZ31.0517.6696.38-
YUV114.36207.37144.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 255 (100% from 255) = 54.49%
R=29.49%
G=16.03%
B=54.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138752550.460.710026110064.71
Hex8A4BFF2E47001056441
Octal2121133775610700405144101
Binary1000101010010111111111110111010001110010000010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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