#7E5089

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

Shades of Affair #7E5089

Tints of Affair #7E5089

Color information

#7E5089 (or 0x7E5089) is unknown color: approx Affair. HEX triplet: 7E, 50 and 89. RGB value is (126,80,137). Sum of RGB (Red+Green+Blue) = 126+80+137=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E5089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5089 is #81AF76. Grayscale: #646464. Windows color (decimal): -8499063 or 8999038. OLE color: 8999038.

HSL color Cylindrical-coordinate representation of color #7E5089: hue angle of 288.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E5089 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12680137-
CMYK0.080.4200.46
HSL288.42º26.27%42.55%-
HSV(B)288.42º41.61%53.73%-
XYZ15.9911.9825.14-
YUV100.25148.74146.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=36.73%
G=23.32%
B=39.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126801370.080.4200.46288.4226.2742.55
Hex7E508982A02E1201a2b
Octal17612021110520564403253
Binary11111101010000100010011000101010010111010010000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,80,137); }

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

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

 a { background-color: rgb(126,80,137); }

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

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

 span { border-color: rgb(126,80,137); }

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