#7E538E

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

Shades of Affair #7E538E

Tints of Affair #7E538E

Color information

#7E538E (or 0x7E538E) is unknown color: approx Affair. HEX triplet: 7E, 53 and 8E. RGB value is (126,83,142). Sum of RGB (Red+Green+Blue) = 126+83+142=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E538E is #81AC71. Grayscale: #666666. Windows color (decimal): -8498290 or 9327486. OLE color: 9327486.

HSL color Cylindrical-coordinate representation of color #7E538E: hue angle of 283.73º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E538E is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12683142-
CMYK0.110.4200.44
HSL283.73º26.22%44.12%-
HSV(B)283.73º41.55%55.69%-
XYZ16.5812.5827.14-
YUV102.58150.25144.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.90%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=35.90%
G=23.65%
B=40.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126831420.110.4200.44283.7326.2244.12
Hex7E538EB2A02C11c1a2c
Octal17612321613520544343254
Binary11111101010011100011101011101010010110010001110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,142); }

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

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

 a { background-color: rgb(126,83,142); }

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

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

 span { border-color: rgb(126,83,142); }

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