#794B92

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

Shades of Affair #794B92

Tints of Affair #794B92

Color information

#794B92 (or 0x794B92) is unknown color: approx Affair. HEX triplet: 79, 4B and 92. RGB value is (121,75,146). Sum of RGB (Red+Green+Blue) = 121+75+146=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #794B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794B92 is #86B46D. Grayscale: #606060. Windows color (decimal): -8828014 or 9587577. OLE color: 9587577.

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

Color convert

RGB12175146-
CMYK0.170.4900.43
HSL278.87º32.13%43.33%-
HSV(B)278.87º48.63%57.25%-
XYZ15.5911.1728.53-
YUV96.85155.74145.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=35.38%
G=21.93%
B=42.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121751460.170.4900.43278.8732.1343.33
Hex794B92113102B117202b
Octal17111322221610534274053
Binary1111001100101110010010100011100010101011100010111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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