#8056D9

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

Shades of Slate Blue #8056D9

Tints of Slate Blue #8056D9

Color information

#8056D9 (or 0x8056D9) is unknown color: approx Slate Blue. HEX triplet: 80, 56 and D9. RGB value is (128,86,217). Sum of RGB (Red+Green+Blue) = 128+86+217=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #8056D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056D9 is #7FA926. Grayscale: #717171. Windows color (decimal): -8366375 or 14243456. OLE color: 14243456.

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

Color convert

RGB12886217-
CMYK0.410.6000.15
HSL259.24º63.29%59.41%-
HSV(B)259.24º60.37%85.1%-
XYZ24.7516.2567.48-
YUV113.49186.41138.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.70%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=29.70%
G=19.95%
B=50.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128862170.410.6000.15259.2463.2959.41
Hex8056D9293C0F1033f3b
Octal20012633151740174037773
Binary1000000010101101101100110100111110001111100000011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8056D9; }

 p { color: rgb(128,86,217); }

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

<style>
 a { background-color: #8056D9; }

 a { background-color: rgb(128,86,217); }

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

<style>
 span { border-color: #8056D9; }

 span { border-color: rgb(128,86,217); }

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