#7E6087

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

Shades of Affair #7E6087

Tints of Affair #7E6087

Color information

#7E6087 (or 0x7E6087) is unknown color: approx Affair. HEX triplet: 7E, 60 and 87. RGB value is (126,96,135). Sum of RGB (Red+Green+Blue) = 126+96+135=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6087 is #819F78. Grayscale: #6D6D6D. Windows color (decimal): -8494969 or 8872062. OLE color: 8872062.

HSL color Cylindrical-coordinate representation of color #7E6087: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E6087 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12696135-
CMYK0.070.2900.47
HSL286.15º16.88%45.29%-
HSV(B)286.15º28.89%52.94%-
XYZ17.1614.5524.83-
YUV109.42142.44139.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=35.29%
G=26.89%
B=37.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126961350.070.2900.47286.1516.8845.29
Hex7E608771D02F11e112d
Octal1761402077350574362155
Binary111111011000001000011111111101010111110001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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