#794E92

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

Shades of Affair #794E92

Tints of Affair #794E92

Color information

#794E92 (or 0x794E92) is unknown color: approx Affair. HEX triplet: 79, 4E and 92. RGB value is (121,78,146). Sum of RGB (Red+Green+Blue) = 121+78+146=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #794E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794E92 is #86B16D. Grayscale: #626262. Windows color (decimal): -8827246 or 9588345. OLE color: 9588345.

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

Color convert

RGB12178146-
CMYK0.170.4700.43
HSL277.94º30.36%43.92%-
HSV(B)277.94º46.58%57.25%-
XYZ15.811.5928.6-
YUV98.61154.75143.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=35.07%
G=22.61%
B=42.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121781460.170.4700.43277.9430.3643.92
Hex794E92112F02B1161e2c
Octal17111622221570534263654
Binary111100110011101001001010001101111010101110001011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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