#79508C

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

Shades of Affair #79508C

Tints of Affair #79508C

Color information

#79508C (or 0x79508C) is unknown color: approx Affair. HEX triplet: 79, 50 and 8C. RGB value is (121,80,140). Sum of RGB (Red+Green+Blue) = 121+80+140=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #79508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79508C is #86AF73. Grayscale: #626262. Windows color (decimal): -8826740 or 9195641. OLE color: 9195641.

HSL color Cylindrical-coordinate representation of color #79508C: hue angle of 281º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79508C is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12180140-
CMYK0.140.4300.45
HSL281º27.27%43.14%-
HSV(B)281º42.86%54.9%-
XYZ15.4911.726.25-
YUV99.1151.08143.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=35.48%
G=23.46%
B=41.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121801400.140.4300.4528127.2743.14
Hex79508CE2B02D1191b2b
Octal17112021416530554313353
Binary11110011010000100011001110101011010110110001100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79508C; }

 p { color: rgb(121,80,140); }

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

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

 a { background-color: rgb(121,80,140); }

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

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

 span { border-color: rgb(121,80,140); }

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