#8059F1

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

Shades of Medium Slate Blue #8059F1

Tints of Medium Slate Blue #8059F1

Color information

#8059F1 (or 0x8059F1) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 59 and F1. RGB value is (128,89,241). Sum of RGB (Red+Green+Blue) = 128+89+241=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #8059F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059F1 is #7FA60E. Grayscale: #757575. Windows color (decimal): -8365583 or 15817088. OLE color: 15817088.

HSL color Cylindrical-coordinate representation of color #8059F1: hue angle of 255.39º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8059F1 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12889241-
CMYK0.470.6300.05
HSL255.39º84.44%64.71%-
HSV(B)255.39º63.07%94.51%-
XYZ28.3518.0885.22-
YUV117.99197.42135.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 241 (94.53% from 255) = 52.62%
R=27.95%
G=19.43%
B=52.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128892410.470.6300.05255.3984.4464.71
Hex8059F12F3F05ff5441
Octal200131361577705377124101
Binary1000000010110011111000110111111111101011111111110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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