#794D94

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

Shades of Affair #794D94

Tints of Affair #794D94

Color information

#794D94 (or 0x794D94) is unknown color: approx Affair. HEX triplet: 79, 4D and 94. RGB value is (121,77,148). Sum of RGB (Red+Green+Blue) = 121+77+148=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #794D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794D94 is #86B26B. Grayscale: #626262. Windows color (decimal): -8827500 or 9719161. OLE color: 9719161.

HSL color Cylindrical-coordinate representation of color #794D94: hue angle of 277.18º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794D94 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12177148-
CMYK0.180.4800.42
HSL277.18º31.56%44.12%-
HSV(B)277.18º47.97%58.04%-
XYZ15.8811.5129.4-
YUV98.25156.08144.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=34.97%
G=22.25%
B=42.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121771480.180.4800.42277.1831.5644.12
Hex794D94123002A115202c
Octal17111522422600524254054
Binary1111001100110110010100100101100000101010100010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,77,148); }

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

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

 a { background-color: rgb(121,77,148); }

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

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

 span { border-color: rgb(121,77,148); }

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