#794DDA

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

Shades of Slate Blue #794DDA

Tints of Slate Blue #794DDA

Color information

#794DDA (or 0x794DDA) is unknown color: approx Slate Blue. HEX triplet: 79, 4D and DA. RGB value is (121,77,218). Sum of RGB (Red+Green+Blue) = 121+77+218=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #794DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DDA is #86B225. Grayscale: #696969. Windows color (decimal): -8827430 or 14306681. OLE color: 14306681.

HSL color Cylindrical-coordinate representation of color #794DDA: hue angle of 258.72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794DDA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12177218-
CMYK0.440.6500.15
HSL258.72º65.58%57.84%-
HSV(B)258.72º64.68%85.49%-
XYZ23.1914.4367.89-
YUV106.23191.08138.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 77 (30.47% from 255) = 18.51%
BLUE value IS 218 (85.55% from 255) = 52.40%
R=29.09%
G=18.51%
B=52.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal121772180.440.6500.15258.7265.5857.84
Hex794DDA2C410F103423a
Octal1711153325410101740310272
Binary11110011001101110110101011001000001011111000000111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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