#8056d6

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

Shades of Slate Blue #8056D6

Tints of Slate Blue #8056D6

Color information

#8056D6 (or 0x8056D6) is unknown color: approx Slate Blue. HEX triplet: 80, 56 and D6. RGB value is (128,86,214). Sum of RGB (Red+Green+Blue) = 128+86+214=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #8056D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056D6 is #7FA929. Grayscale: #707070. Windows color (decimal): -8366378 or 14046848. OLE color: 14046848.

HSL color Cylindrical-coordinate representation of color #8056D6: hue angle of 259.69º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8056D6 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12886214-
CMYK0.400.6000.16
HSL259.69º60.95%58.82%-
HSV(B)259.69º59.81%83.92%-
XYZ24.3716.165.44-
YUV113.15184.91138.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 214 (83.98% from 255) = 50%
R=29.91%
G=20.09%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128862140.400.6000.16259.6960.9558.82
Hex8056D6283C0101043d3b
Octal20012632650740204047573
Binary10000000101011011010110101000111100010000100000100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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