#7E6189

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

Shades of Affair #7E6189

Tints of Affair #7E6189

Color information

#7E6189 (or 0x7E6189) is unknown color: approx Affair. HEX triplet: 7E, 61 and 89. RGB value is (126,97,137). Sum of RGB (Red+Green+Blue) = 126+97+137=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6189 is #819E76. Grayscale: #6E6E6E. Windows color (decimal): -8494711 or 9003390. OLE color: 9003390.

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

Color convert

RGB12697137-
CMYK0.080.2900.46
HSL283.5º17.09%45.88%-
HSV(B)283.5º29.2%53.73%-
XYZ17.3914.7925.61-
YUV110.23143.11139.25-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=35%
G=26.94%
B=38.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126971370.080.2900.46283.517.0945.88
Hex7E618981D02E11c112e
Octal17614121110350564342156
Binary1111110110000110001001100011101010111010001110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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