#79508B

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

Shades of Affair #79508B

Tints of Affair #79508B

Color information

#79508B (or 0x79508B) is unknown color: approx Affair. HEX triplet: 79, 50 and 8B. RGB value is (121,80,139). Sum of RGB (Red+Green+Blue) = 121+80+139=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #79508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79508B is #86AF74. Grayscale: #626262. Windows color (decimal): -8826741 or 9130105. OLE color: 9130105.

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

Color convert

RGB12180139-
CMYK0.130.4200.45
HSL281.69º26.94%42.94%-
HSV(B)281.69º42.45%54.51%-
XYZ15.4111.6725.87-
YUV98.98150.58143.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=35.59%
G=23.53%
B=40.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121801390.130.4200.45281.6926.9442.94
Hex79508BD2A02D11a1b2b
Octal17112021315520554323353
Binary11110011010000100010111101101010010110110001101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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