#794F83

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

Shades of Affair #794F83

Tints of Affair #794F83

Color information

#794F83 (or 0x794F83) is unknown color: approx Affair. HEX triplet: 79, 4F and 83. RGB value is (121,79,131). Sum of RGB (Red+Green+Blue) = 121+79+131=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #794F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794F83 is #86B07C. Grayscale: #616161. Windows color (decimal): -8827005 or 8605561. OLE color: 8605561.

HSL color Cylindrical-coordinate representation of color #794F83: hue angle of 288.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794F83 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12179131-
CMYK0.080.4000.49
HSL288.46º24.76%41.18%-
HSV(B)288.46º39.69%51.37%-
XYZ14.7811.322.87-
YUV97.49146.91144.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=36.56%
G=23.87%
B=39.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121791310.080.4000.49288.4624.7641.18
Hex794F838280311201929
Octal17111720310500614403151
Binary11110011001111100000111000101000011000110010000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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