#794B84

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

Shades of Affair #794B84

Tints of Affair #794B84

Color information

#794B84 (or 0x794B84) is unknown color: approx Affair. HEX triplet: 79, 4B and 84. RGB value is (121,75,132). Sum of RGB (Red+Green+Blue) = 121+75+132=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #794B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794B84 is #86B47B. Grayscale: #5F5F5F. Windows color (decimal): -8828028 or 8670073. OLE color: 8670073.

HSL color Cylindrical-coordinate representation of color #794B84: hue angle of 288.42º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #794B84 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12175132-
CMYK0.080.4300.48
HSL288.42º27.54%40.59%-
HSV(B)288.42º43.18%51.76%-
XYZ14.5710.7623.14-
YUV95.25148.74146.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=36.89%
G=22.87%
B=40.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121751320.080.4300.48288.4227.5440.59
Hex794B8482B0301201c29
Octal17111320410530604403451
Binary11110011001011100001001000101011011000010010000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,75,132); }

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

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

 a { background-color: rgb(121,75,132); }

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

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

 span { border-color: rgb(121,75,132); }

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