#7E6089

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

Shades of Affair #7E6089

Tints of Affair #7E6089

Color information

#7E6089 (or 0x7E6089) is unknown color: approx Affair. HEX triplet: 7E, 60 and 89. RGB value is (126,96,137). Sum of RGB (Red+Green+Blue) = 126+96+137=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6089 is #819F76. Grayscale: #6D6D6D. Windows color (decimal): -8494967 or 9003134. OLE color: 9003134.

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

Color convert

RGB12696137-
CMYK0.080.3000.46
HSL283.9º17.6%45.69%-
HSV(B)283.9º29.93%53.73%-
XYZ17.314.6125.57-
YUV109.64143.44139.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=35.10%
G=26.74%
B=38.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126961370.080.3000.46283.917.645.69
Hex7E608981E02E11c122e
Octal17614021110360564342256
Binary1111110110000010001001100011110010111010001110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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