#8A55EB

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

Shades of Medium Slate Blue #8A55EB

Tints of Medium Slate Blue #8A55EB

Color information

#8A55EB (or 0x8A55EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 55 and EB. RGB value is (138,85,235). Sum of RGB (Red+Green+Blue) = 138+85+235=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A55EB is #75AA14. Grayscale: #757575. Windows color (decimal): -7711253 or 15422858. OLE color: 15422858.

HSL color Cylindrical-coordinate representation of color #8A55EB: hue angle of 261.2º 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 #8A55EB is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13885235-
CMYK0.410.6400.08
HSL261.2º78.95%62.75%-
HSV(B)261.2º63.83%92.16%-
XYZ28.7317.980.54-
YUV117.95194.06142.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=30.13%
G=18.56%
B=51.31%

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
Decimal138852350.410.6400.08261.278.9562.75
Hex8A55EB2940081054f3f
Octal2121253535110001040511777
Binary100010101010101111010111010011000000010001000001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A55EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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