#8458EA

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

Shades of Medium Slate Blue #8458EA

Tints of Medium Slate Blue #8458EA

Color information

#8458EA (or 0x8458EA) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 58 and EA. RGB value is (132,88,234). Sum of RGB (Red+Green+Blue) = 132+88+234=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #8458EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458EA is #7BA715. Grayscale: #757575. Windows color (decimal): -8103702 or 15358084. OLE color: 15358084.

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

Color convert

RGB13288234-
CMYK0.440.6200.08
HSL258.08º77.66%63.14%-
HSV(B)258.08º62.39%91.76%-
XYZ27.8617.8379.81-
YUV117.8193.58138.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.07%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 234 (91.80% from 255) = 51.54%
R=29.07%
G=19.38%
B=51.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132882340.440.6200.08258.0877.6663.14
Hex8458EA2C3E081024e3f
Octal204130352547601040211677
Binary10000100101100011101010101100111110010001000000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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