#7A508E

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

Shades of Affair #7A508E

Tints of Affair #7A508E

Color information

#7A508E (or 0x7A508E) is unknown color: approx Affair. HEX triplet: 7A, 50 and 8E. RGB value is (122,80,142). Sum of RGB (Red+Green+Blue) = 122+80+142=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A508E is #85AF71. Grayscale: #636363. Windows color (decimal): -8761202 or 9326714. OLE color: 9326714.

HSL color Cylindrical-coordinate representation of color #7A508E: hue angle of 280.65º 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 #7A508E is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12280142-
CMYK0.140.4400.44
HSL280.65º27.93%43.53%-
HSV(B)280.65º43.66%55.69%-
XYZ15.7811.8327.04-
YUV99.63151.91143.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 80 (31.64% from 255) = 23.26%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=35.47%
G=23.26%
B=41.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122801420.140.4400.44280.6527.9343.53
Hex7A508EE2C02C1191c2c
Octal17212021616540544313454
Binary11110101010000100011101110101100010110010001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A508E; }

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

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

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

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

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

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

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

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