#8056CD

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

Shades of Slate Blue #8056CD

Tints of Slate Blue #8056CD

Color information

#8056CD (or 0x8056CD) is unknown color: approx Slate Blue. HEX triplet: 80, 56 and CD. RGB value is (128,86,205). Sum of RGB (Red+Green+Blue) = 128+86+205=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #8056CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056CD is #7FA932. Grayscale: #6F6F6F. Windows color (decimal): -8366387 or 13457024. OLE color: 13457024.

HSL color Cylindrical-coordinate representation of color #8056CD: hue angle of 261.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8056CD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12886205-
CMYK0.380.5800.20
HSL261.18º54.34%57.06%-
HSV(B)261.18º58.05%80.39%-
XYZ23.2515.6559.55-
YUV112.12180.41139.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=30.55%
G=20.53%
B=48.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal128862050.380.5800.20261.1854.3457.06
Hex8056CD263A0141053639
Octal20012631546720244056671
Binary10000000101011011001101100110111010010100100000101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8056CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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