#7E528E

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

Shades of Affair #7E528E

Tints of Affair #7E528E

Color information

#7E528E (or 0x7E528E) is unknown color: approx Affair. HEX triplet: 7E, 52 and 8E. RGB value is (126,82,142). Sum of RGB (Red+Green+Blue) = 126+82+142=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E528E is #81AD71. Grayscale: #656565. Windows color (decimal): -8498546 or 9327230. OLE color: 9327230.

HSL color Cylindrical-coordinate representation of color #7E528E: hue angle of 284º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E528E is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12682142-
CMYK0.110.4200.44
HSL284º26.79%43.92%-
HSV(B)284º42.25%55.69%-
XYZ16.512.4227.12-
YUV102150.58145.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=36%
G=23.43%
B=40.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126821420.110.4200.4428426.7943.92
Hex7E528EB2A02C11c1b2c
Octal17612221613520544343354
Binary11111101010010100011101011101010010110010001110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,82,142); }

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

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

 a { background-color: rgb(126,82,142); }

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

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

 span { border-color: rgb(126,82,142); }

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