#8059D8

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

Shades of Slate Blue #8059D8

Tints of Slate Blue #8059D8

Color information

#8059D8 (or 0x8059D8) is unknown color: approx Slate Blue. HEX triplet: 80, 59 and D8. RGB value is (128,89,216). Sum of RGB (Red+Green+Blue) = 128+89+216=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #8059D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059D8 is #7FA627. Grayscale: #727272. Windows color (decimal): -8365608 or 14178688. OLE color: 14178688.

HSL color Cylindrical-coordinate representation of color #8059D8: hue angle of 258.43º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8059D8 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12889216-
CMYK0.410.5900.15
HSL258.43º61.95%59.8%-
HSV(B)258.43º58.8%84.71%-
XYZ24.8716.6966.88-
YUV115.14184.92137.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 216 (84.77% from 255) = 49.88%
R=29.56%
G=20.55%
B=49.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128892160.410.5900.15258.4361.9559.8
Hex8059D8293B0F1023e3c
Octal20013133051730174027674
Binary1000000010110011101100010100111101101111100000010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8059D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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