#794684

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

Shades of Affair #794684

Tints of Affair #794684

Color information

#794684 (or 0x794684) is unknown color: approx Affair. HEX triplet: 79, 46 and 84. RGB value is (121,70,132). Sum of RGB (Red+Green+Blue) = 121+70+132=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #794684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794684 is #86B97B. Grayscale: #5C5C5C. Windows color (decimal): -8829308 or 8668793. OLE color: 8668793.

HSL color Cylindrical-coordinate representation of color #794684: hue angle of 289.35º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #794684 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12170132-
CMYK0.080.4700.48
HSL289.35º30.69%39.61%-
HSV(B)289.35º46.97%51.76%-
XYZ14.2410.1123.03-
YUV92.32150.4148.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=37.46%
G=21.67%
B=40.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121701320.080.4700.48289.3530.6939.61
Hex79468482F0301211f28
Octal17110620410570604413750
Binary11110011000110100001001000101111011000010010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794684; }

 p { color: rgb(121,70,132); }

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

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

 a { background-color: rgb(121,70,132); }

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

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

 span { border-color: rgb(121,70,132); }

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