#794A90

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

Shades of Affair #794A90

Tints of Affair #794A90

Color information

#794A90 (or 0x794A90) is unknown color: approx Affair. HEX triplet: 79, 4A and 90. RGB value is (121,74,144). Sum of RGB (Red+Green+Blue) = 121+74+144=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #794A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794A90 is #86B56F. Grayscale: #5F5F5F. Windows color (decimal): -8828272 or 9456249. OLE color: 9456249.

HSL color Cylindrical-coordinate representation of color #794A90: hue angle of 280.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #794A90 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12174144-
CMYK0.160.4900.44
HSL280.29º32.11%42.75%-
HSV(B)280.29º48.61%56.47%-
XYZ15.3710.9827.69-
YUV96.03155.07145.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=35.69%
G=21.83%
B=42.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121741440.160.4900.44280.2932.1142.75
Hex794A90103102C118202b
Octal17111222020610544304053
Binary1111001100101010010000100001100010101100100011000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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