#794F8F

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

Shades of Affair #794F8F

Tints of Affair #794F8F

Color information

#794F8F (or 0x794F8F) is unknown color: approx Affair. HEX triplet: 79, 4F and 8F. RGB value is (121,79,143). Sum of RGB (Red+Green+Blue) = 121+79+143=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #794F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794F8F is #86B070. Grayscale: #626262. Windows color (decimal): -8826993 or 9391993. OLE color: 9391993.

HSL color Cylindrical-coordinate representation of color #794F8F: hue angle of 279.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #794F8F is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12179143-
CMYK0.150.4500.44
HSL279.38º28.83%43.53%-
HSV(B)279.38º44.76%56.08%-
XYZ15.6411.6427.41-
YUV98.85152.91143.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=35.28%
G=23.03%
B=41.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121791430.150.4500.44279.3828.8343.53
Hex794F8FF2D02C1171d2c
Octal17111721717550544273554
Binary11110011001111100011111111101101010110010001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,79,143); }

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

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

 a { background-color: rgb(121,79,143); }

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

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

 span { border-color: rgb(121,79,143); }

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