#8454EA

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

Shades of Medium Slate Blue #8454EA

Tints of Medium Slate Blue #8454EA

Color information

#8454EA (or 0x8454EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 54 and EA. RGB value is (132,84,234). Sum of RGB (Red+Green+Blue) = 132+84+234=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8454EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8454EA is #7BAB15. Grayscale: #727272. Windows color (decimal): -8104726 or 15357060. OLE color: 15357060.

HSL color Cylindrical-coordinate representation of color #8454EA: hue angle of 259.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8454EA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13284234-
CMYK0.440.6400.08
HSL259.2º78.12%62.35%-
HSV(B)259.2º64.1%91.76%-
XYZ27.5417.1979.71-
YUV115.45194.9139.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 84 (33.20% from 255) = 18.67%
BLUE value IS 234 (91.80% from 255) = 52%
R=29.33%
G=18.67%
B=52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132842340.440.6400.08259.278.1262.35
Hex8454EA2C40081034e3e
Octal2041243525410001040311676
Binary100001001010100111010101011001000000010001000000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8454EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8454EA; }

 p { color: rgb(132,84,234); }

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

<style>
 a { background-color: #8454EA; }

 a { background-color: rgb(132,84,234); }

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

<style>
 span { border-color: #8454EA; }

 span { border-color: rgb(132,84,234); }

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