#7E6289

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

Shades of Affair #7E6289

Tints of Affair #7E6289

Color information

#7E6289 (or 0x7E6289) is unknown color: approx Affair. HEX triplet: 7E, 62 and 89. RGB value is (126,98,137). Sum of RGB (Red+Green+Blue) = 126+98+137=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6289 is #819D76. Grayscale: #6E6E6E. Windows color (decimal): -8494455 or 9003646. OLE color: 9003646.

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

Color convert

RGB12698137-
CMYK0.080.2800.46
HSL283.08º16.6%46.08%-
HSV(B)283.08º28.47%53.73%-
XYZ17.4914.9825.64-
YUV110.82142.78138.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=34.90%
G=27.15%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126981370.080.2800.46283.0816.646.08
Hex7E628981C02E11b112e
Octal17614221110340564332156
Binary1111110110001010001001100011100010111010001101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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