#8454E8

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

Shades of Medium Slate Blue #8454E8

Tints of Medium Slate Blue #8454E8

Color information

#8454E8 (or 0x8454E8) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 54 and E8. RGB value is (132,84,232). Sum of RGB (Red+Green+Blue) = 132+84+232=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #8454E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8454E8 is #7BAB17. Grayscale: #727272. Windows color (decimal): -8104728 or 15225988. OLE color: 15225988.

HSL color Cylindrical-coordinate representation of color #8454E8: hue angle of 259.46º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8454E8 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13284232-
CMYK0.430.6400.09
HSL259.46º76.29%61.96%-
HSV(B)259.46º63.79%90.98%-
XYZ27.2517.0778.2-
YUV115.22193.9139.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 84 (33.20% from 255) = 18.75%
BLUE value IS 232 (91.02% from 255) = 51.79%
R=29.46%
G=18.75%
B=51.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal132842320.430.6400.09259.4676.2961.96
Hex8454E82B40091034c3e
Octal2041243505310001140311476
Binary100001001010100111010001010111000000010011000000111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8454E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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