#8058E1

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

Shades of Medium Slate Blue #8058E1

Tints of Medium Slate Blue #8058E1

Color information

#8058E1 (or 0x8058E1) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 58 and E1. RGB value is (128,88,225). Sum of RGB (Red+Green+Blue) = 128+88+225=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #8058E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058E1 is #7FA71E. Grayscale: #737373. Windows color (decimal): -8365855 or 14768256. OLE color: 14768256.

HSL color Cylindrical-coordinate representation of color #8058E1: hue angle of 257.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8058E1 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12888225-
CMYK0.430.6100.12
HSL257.52º69.54%61.37%-
HSV(B)257.52º60.89%88.24%-
XYZ25.981773.15-
YUV115.58189.75136.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 225 (88.28% from 255) = 51.02%
R=29.02%
G=19.95%
B=51.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128882250.430.6100.12257.5269.5461.37
Hex8058E12B3D0C102463d
Octal200130341537501440210675
Binary10000000101100011100001101011111101011001000000101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8058E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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