#8455EA

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

Shades of Medium Slate Blue #8455EA

Tints of Medium Slate Blue #8455EA

Color information

#8455EA (or 0x8455EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 55 and EA. RGB value is (132,85,234). Sum of RGB (Red+Green+Blue) = 132+85+234=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #8455EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455EA is #7BAA15. Grayscale: #737373. Windows color (decimal): -8104470 or 15357316. OLE color: 15357316.

HSL color Cylindrical-coordinate representation of color #8455EA: hue angle of 258.93º degrees, saturation: 0.78, 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 #8455EA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13285234-
CMYK0.440.6400.08
HSL258.93º78.01%62.55%-
HSV(B)258.93º63.68%91.76%-
XYZ27.6217.3479.73-
YUV116.04194.57139.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 234 (91.80% from 255) = 51.88%
R=29.27%
G=18.85%
B=51.88%

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
Decimal132852340.440.6400.08258.9378.0162.55
Hex8455EA2C40081034e3f
Octal2041253525410001040311677
Binary100001001010101111010101011001000000010001000000111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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