#794B95

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

Shades of Affair #794B95

Tints of Affair #794B95

Color information

#794B95 (or 0x794B95) is unknown color: approx Affair. HEX triplet: 79, 4B and 95. RGB value is (121,75,149). Sum of RGB (Red+Green+Blue) = 121+75+149=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #794B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794B95 is #86B46A. Grayscale: #606060. Windows color (decimal): -8828011 or 9784185. OLE color: 9784185.

HSL color Cylindrical-coordinate representation of color #794B95: hue angle of 277.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794B95 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12175149-
CMYK0.190.5000.42
HSL277.3º33.04%43.92%-
HSV(B)277.3º49.66%58.43%-
XYZ15.8311.2729.77-
YUV97.19157.24144.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=35.07%
G=21.74%
B=43.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121751490.190.5000.42277.333.0443.92
Hex794B95133202A115212c
Octal17111322523620524254154
Binary1111001100101110010101100111100100101010100010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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