#794ED1

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

Shades of Slate Blue #794ED1

Tints of Slate Blue #794ED1

Color information

#794ED1 (or 0x794ED1) is unknown color: approx Slate Blue. HEX triplet: 79, 4E and D1. RGB value is (121,78,209). Sum of RGB (Red+Green+Blue) = 121+78+209=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #794ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794ED1 is #86B12E. Grayscale: #696969. Windows color (decimal): -8827183 or 13717113. OLE color: 13717113.

HSL color Cylindrical-coordinate representation of color #794ED1: hue angle of 259.69º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794ED1 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12178209-
CMYK0.420.6300.18
HSL259.69º58.74%56.27%-
HSV(B)259.69º62.68%81.96%-
XYZ22.1214.1261.88-
YUV105.79186.25138.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.66%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=29.66%
G=19.12%
B=51.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121782090.420.6300.18259.6958.7456.27
Hex794ED12A3F0121043b38
Octal17111632152770224047370
Binary1111001100111011010001101010111111010010100000100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794ED1; }

 p { color: rgb(121,78,209); }

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

<style>
 a { background-color: #794ED1; }

 a { background-color: rgb(121,78,209); }

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

<style>
 span { border-color: #794ED1; }

 span { border-color: rgb(121,78,209); }

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