#8059E6

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

Shades of Medium Slate Blue #8059E6

Tints of Medium Slate Blue #8059E6

Color information

#8059E6 (or 0x8059E6) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 59 and E6. RGB value is (128,89,230). Sum of RGB (Red+Green+Blue) = 128+89+230=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #8059E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059E6 is #7FA619. Grayscale: #747474. Windows color (decimal): -8365594 or 15096192. OLE color: 15096192.

HSL color Cylindrical-coordinate representation of color #8059E6: hue angle of 256.6º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8059E6 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12889230-
CMYK0.440.6100.10
HSL256.6º73.82%62.55%-
HSV(B)256.6º61.3%90.2%-
XYZ26.7617.4576.82-
YUV116.73191.92136.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 230 (90.23% from 255) = 51.45%
R=28.64%
G=19.91%
B=51.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal128892300.440.6100.10256.673.8262.55
Hex8059E62C3D0A1014a3f
Octal200131346547501240111277
Binary10000000101100111100110101100111101010101000000011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8059E6; }

 p { color: rgb(128,89,230); }

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

<style>
 a { background-color: #8059E6; }

 a { background-color: rgb(128,89,230); }

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

<style>
 span { border-color: #8059E6; }

 span { border-color: rgb(128,89,230); }

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