#8455EB

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

Shades of Medium Slate Blue #8455EB

Tints of Medium Slate Blue #8455EB

Color information

#8455EB (or 0x8455EB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 55 and EB. RGB value is (132,85,235). Sum of RGB (Red+Green+Blue) = 132+85+235=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #8455EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455EB is #7BAA14. Grayscale: #737373. Windows color (decimal): -8104469 or 15422852. OLE color: 15422852.

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

Color convert

RGB13285235-
CMYK0.440.6400.08
HSL258.8º78.95%62.75%-
HSV(B)258.8º63.83%92.16%-
XYZ27.7617.480.49-
YUV116.15195.07139.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 85 (33.59% from 255) = 18.81%
BLUE value IS 235 (92.19% from 255) = 51.99%
R=29.20%
G=18.81%
B=51.99%

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
Decimal132852350.440.6400.08258.878.9562.75
Hex8455EB2C40081034f3f
Octal2041253535410001040311777
Binary100001001010101111010111011001000000010001000000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8455EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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