#7E6192

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

Shades of Affair #7E6192

Tints of Affair #7E6192

Color information

#7E6192 (or 0x7E6192) is unknown color: approx Affair. HEX triplet: 7E, 61 and 92. RGB value is (126,97,146). Sum of RGB (Red+Green+Blue) = 126+97+146=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E6192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6192 is #819E6D. Grayscale: #6F6F6F. Windows color (decimal): -8494702 or 9593214. OLE color: 9593214.

HSL color Cylindrical-coordinate representation of color #7E6192: hue angle of 275.51º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E6192 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12697146-
CMYK0.140.3400.43
HSL275.51º20.16%47.65%-
HSV(B)275.51º33.56%57.25%-
XYZ18.0715.0629.15-
YUV111.26147.61138.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=34.15%
G=26.29%
B=39.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126971460.140.3400.43275.5120.1647.65
Hex7E6192E2202B1141430
Octal17614122216420534242460
Binary11111101100001100100101110100010010101110001010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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