#8059F2

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

Shades of Medium Slate Blue #8059F2

Tints of Medium Slate Blue #8059F2

Color information

#8059F2 (or 0x8059F2) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 59 and F2. RGB value is (128,89,242). Sum of RGB (Red+Green+Blue) = 128+89+242=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #8059F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8059F2 is #7FA60D. Grayscale: #757575. Windows color (decimal): -8365582 or 15882624. OLE color: 15882624.

HSL color Cylindrical-coordinate representation of color #8059F2: hue angle of 255.29º degrees, saturation: 0.85, 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 #8059F2 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12889242-
CMYK0.470.6300.05
HSL255.29º85.47%64.9%-
HSV(B)255.29º63.22%94.9%-
XYZ28.518.1486-
YUV118.1197.92135.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 242 (94.92% from 255) = 52.72%
R=27.89%
G=19.39%
B=52.72%

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
Decimal128892420.470.6300.05255.2985.4764.9
Hex8059F22F3F05ff5541
Octal200131362577705377125101
Binary1000000010110011111001010111111111101011111111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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