#794F92

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

Shades of Affair #794F92

Tints of Affair #794F92

Color information

#794F92 (or 0x794F92) is unknown color: approx Affair. HEX triplet: 79, 4F and 92. RGB value is (121,79,146). Sum of RGB (Red+Green+Blue) = 121+79+146=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #794F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794F92 is #86B06D. Grayscale: #626262. Windows color (decimal): -8826990 or 9588601. OLE color: 9588601.

HSL color Cylindrical-coordinate representation of color #794F92: hue angle of 277.61º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794F92 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12179146-
CMYK0.170.4600.43
HSL277.61º29.78%44.12%-
HSV(B)277.61º45.89%57.25%-
XYZ15.8711.7328.62-
YUV99.2154.41143.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=34.97%
G=22.83%
B=42.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121791460.170.4600.43277.6129.7844.12
Hex794F92112E02B1161e2c
Octal17111722221560534263654
Binary111100110011111001001010001101110010101110001011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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