#79508E

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

Shades of Affair #79508E

Tints of Affair #79508E

Color information

#79508E (or 0x79508E) is unknown color: approx Affair. HEX triplet: 79, 50 and 8E. RGB value is (121,80,142). Sum of RGB (Red+Green+Blue) = 121+80+142=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #79508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79508E is #86AF71. Grayscale: #636363. Windows color (decimal): -8826738 or 9326713. OLE color: 9326713.

HSL color Cylindrical-coordinate representation of color #79508E: hue angle of 279.68º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79508E is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12180142-
CMYK0.150.4400.44
HSL279.68º27.93%43.53%-
HSV(B)279.68º43.66%55.69%-
XYZ15.6411.7627.04-
YUV99.33152.08143.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=35.28%
G=23.32%
B=41.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121801420.150.4400.44279.6827.9343.53
Hex79508EF2C02C1181c2c
Octal17112021617540544303454
Binary11110011010000100011101111101100010110010001100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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