#804FC9

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

Shades of Slate Blue #804FC9

Tints of Slate Blue #804FC9

Color information

#804FC9 (or 0x804FC9) is unknown color: approx Slate Blue. HEX triplet: 80, 4F and C9. RGB value is (128,79,201). Sum of RGB (Red+Green+Blue) = 128+79+201=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #804FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FC9 is #7FB036. Grayscale: #6B6B6B. Windows color (decimal): -8368183 or 13193088. OLE color: 13193088.

HSL color Cylindrical-coordinate representation of color #804FC9: hue angle of 264.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804FC9 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12879201-
CMYK0.360.6100.21
HSL264.1º53.04%54.9%-
HSV(B)264.1º60.7%78.82%-
XYZ22.2414.456.87-
YUV107.56180.73142.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 201 (78.91% from 255) = 49.26%
R=31.37%
G=19.36%
B=49.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128792010.360.6100.21264.153.0454.9
Hex804FC9243D0151083537
Octal20011731144750254106567
Binary10000000100111111001001100100111101010101100001000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,79,201); }

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

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

 a { background-color: rgb(128,79,201); }

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

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

 span { border-color: rgb(128,79,201); }

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