#804EC6

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

Shades of Slate Blue #804EC6

Tints of Slate Blue #804EC6

Color information

#804EC6 (or 0x804EC6) is unknown color: approx Slate Blue. HEX triplet: 80, 4E and C6. RGB value is (128,78,198). Sum of RGB (Red+Green+Blue) = 128+78+198=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #804EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EC6 is #7FB139. Grayscale: #6A6A6A. Windows color (decimal): -8368442 or 12996224. OLE color: 12996224.

HSL color Cylindrical-coordinate representation of color #804EC6: hue angle of 265º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804EC6 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12878198-
CMYK0.350.6100.22
HSL265º51.28%54.12%-
HSV(B)265º60.61%77.65%-
XYZ21.8214.1255-
YUV106.63179.56143.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 198 (77.73% from 255) = 49.01%
R=31.68%
G=19.31%
B=49.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal128781980.350.6100.2226551.2854.12
Hex804EC6233D0161093336
Octal20011630643750264116366
Binary10000000100111011000110100011111101010110100001001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804EC6; }

 p { color: rgb(128,78,198); }

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

<style>
 a { background-color: #804EC6; }

 a { background-color: rgb(128,78,198); }

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

<style>
 span { border-color: #804EC6; }

 span { border-color: rgb(128,78,198); }

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