#7E6287

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

Shades of Affair #7E6287

Tints of Affair #7E6287

Color information

#7E6287 (or 0x7E6287) is unknown color: approx Affair. HEX triplet: 7E, 62 and 87. RGB value is (126,98,135). Sum of RGB (Red+Green+Blue) = 126+98+135=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6287 is #819D78. Grayscale: #6E6E6E. Windows color (decimal): -8494457 or 8872574. OLE color: 8872574.

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

Color convert

RGB12698135-
CMYK0.070.2700.47
HSL285.41º15.88%45.69%-
HSV(B)285.41º27.41%52.94%-
XYZ17.3514.9224.89-
YUV110.59141.78138.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=35.10%
G=27.30%
B=37.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126981350.070.2700.47285.4115.8845.69
Hex7E628771B02F11d102e
Octal1761422077330574352056
Binary111111011000101000011111111011010111110001110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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