#8A54EB

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

Shades of Medium Slate Blue #8A54EB

Tints of Medium Slate Blue #8A54EB

Color information

#8A54EB (or 0x8A54EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 54 and EB. RGB value is (138,84,235). Sum of RGB (Red+Green+Blue) = 138+84+235=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A54EB is #75AB14. Grayscale: #747474. Windows color (decimal): -7711509 or 15422602. OLE color: 15422602.

HSL color Cylindrical-coordinate representation of color #8A54EB: hue angle of 261.46º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A54EB is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13884235-
CMYK0.410.6400.08
HSL261.46º79.06%62.55%-
HSV(B)261.46º64.26%92.16%-
XYZ28.6517.7480.51-
YUV117.36194.39142.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 235 (92.19% from 255) = 51.42%
R=30.20%
G=18.38%
B=51.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138842350.410.6400.08261.4679.0662.55
Hex8A54EB2940081054f3f
Octal2121243535110001040511777
Binary100010101010100111010111010011000000010001000001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,84,235); }

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

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

 a { background-color: rgb(138,84,235); }

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

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

 span { border-color: rgb(138,84,235); }

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