#794F87

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

Shades of Affair #794F87

Tints of Affair #794F87

Color information

#794F87 (or 0x794F87) is unknown color: approx Affair. HEX triplet: 79, 4F and 87. RGB value is (121,79,135). Sum of RGB (Red+Green+Blue) = 121+79+135=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #794F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794F87 is #86B078. Grayscale: #616161. Windows color (decimal): -8827001 or 8867705. OLE color: 8867705.

HSL color Cylindrical-coordinate representation of color #794F87: hue angle of 285º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #794F87 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12179135-
CMYK0.100.4100.47
HSL285º26.17%41.96%-
HSV(B)285º41.48%52.94%-
XYZ15.0511.4124.33-
YUV97.94148.91144.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=36.12%
G=23.58%
B=40.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121791350.100.4100.4728526.1741.96
Hex794F87A2902F11d1a2a
Octal17111720712510574353252
Binary11110011001111100001111010101001010111110001110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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