#8058E9

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

Shades of Medium Slate Blue #8058E9

Tints of Medium Slate Blue #8058E9

Color information

#8058E9 (or 0x8058E9) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 58 and E9. RGB value is (128,88,233). Sum of RGB (Red+Green+Blue) = 128+88+233=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #8058E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058E9 is #7FA716. Grayscale: #737373. Windows color (decimal): -8365847 or 15292544. OLE color: 15292544.

HSL color Cylindrical-coordinate representation of color #8058E9: hue angle of 256.55º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8058E9 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12888233-
CMYK0.450.6200.09
HSL256.55º76.72%62.94%-
HSV(B)256.55º62.23%91.37%-
XYZ27.117.4579.03-
YUV116.49193.75136.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 88 (34.77% from 255) = 19.60%
BLUE value IS 233 (91.41% from 255) = 51.89%
R=28.51%
G=19.60%
B=51.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128882330.450.6200.09256.5576.7262.94
Hex8058E92D3E091014d3f
Octal200130351557601140111577
Binary10000000101100011101001101101111110010011000000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8058E9; }

 p { color: rgb(128,88,233); }

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

<style>
 a { background-color: #8058E9; }

 a { background-color: rgb(128,88,233); }

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

<style>
 span { border-color: #8058E9; }

 span { border-color: rgb(128,88,233); }

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