#8458ED

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

Shades of Medium Slate Blue #8458ED

Tints of Medium Slate Blue #8458ED

Color information

#8458ED (or 0x8458ED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 58 and ED. RGB value is (132,88,237). Sum of RGB (Red+Green+Blue) = 132+88+237=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #8458ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458ED is #7BA712. Grayscale: #757575. Windows color (decimal): -8103699 or 15554692. OLE color: 15554692.

HSL color Cylindrical-coordinate representation of color #8458ED: hue angle of 257.72º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8458ED is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13288237-
CMYK0.440.6300.07
HSL257.72º80.54%63.73%-
HSV(B)257.72º62.87%92.94%-
XYZ28.291882.1-
YUV118.14195.08137.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=28.88%
G=19.26%
B=51.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal132882370.440.6300.07257.7280.5463.73
Hex8458ED2C3F071025140
Octal204130355547707402121100
Binary10000100101100011101101101100111111011110000001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8458ED; }

 p { color: rgb(132,88,237); }

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

<style>
 a { background-color: #8458ED; }

 a { background-color: rgb(132,88,237); }

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

<style>
 span { border-color: #8458ED; }

 span { border-color: rgb(132,88,237); }

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