#794DD5

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

Shades of Slate Blue #794DD5

Tints of Slate Blue #794DD5

Color information

#794DD5 (or 0x794DD5) is unknown color: approx Slate Blue. HEX triplet: 79, 4D and D5. RGB value is (121,77,213). Sum of RGB (Red+Green+Blue) = 121+77+213=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #794DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DD5 is #86B22A. Grayscale: #696969. Windows color (decimal): -8827435 or 13979001. OLE color: 13979001.

HSL color Cylindrical-coordinate representation of color #794DD5: hue angle of 259.41º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794DD5 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12177213-
CMYK0.430.6400.16
HSL259.41º61.82%56.86%-
HSV(B)259.41º63.85%83.53%-
XYZ22.5514.1864.5-
YUV105.66188.58138.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 213 (83.59% from 255) = 51.82%
R=29.44%
G=18.73%
B=51.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal121772130.430.6400.16259.4161.8256.86
Hex794DD52B400101033e39
Octal171115325531000204037671
Binary11110011001101110101011010111000000010000100000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,77,213); }

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

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

 a { background-color: rgb(121,77,213); }

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

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

 span { border-color: rgb(121,77,213); }

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