#794ADE

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

Shades of Slate Blue #794ADE

Tints of Slate Blue #794ADE

Color information

#794ADE (or 0x794ADE) is unknown color: approx Slate Blue. HEX triplet: 79, 4A and DE. RGB value is (121,74,222). Sum of RGB (Red+Green+Blue) = 121+74+222=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #794ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ADE is #86B521. Grayscale: #686868. Windows color (decimal): -8828194 or 14568057. OLE color: 14568057.

HSL color Cylindrical-coordinate representation of color #794ADE: hue angle of 259.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #794ADE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12174222-
CMYK0.450.6700.13
HSL259.05º69.16%58.04%-
HSV(B)259.05º66.67%87.06%-
XYZ23.5214.2470.62-
YUV104.92194.07139.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=29.02%
G=17.75%
B=53.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121742220.450.6700.13259.0569.1658.04
Hex794ADE2D430D103453a
Octal1711123365510301540310572
Binary11110011001010110111101011011000011011011000000111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,74,222); }

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

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

 a { background-color: rgb(121,74,222); }

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

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

 span { border-color: rgb(121,74,222); }

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