#7E508F

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

Shades of Affair #7E508F

Tints of Affair #7E508F

Color information

#7E508F (or 0x7E508F) is unknown color: approx Affair. HEX triplet: 7E, 50 and 8F. RGB value is (126,80,143). Sum of RGB (Red+Green+Blue) = 126+80+143=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E508F is #81AF70. Grayscale: #646464. Windows color (decimal): -8499057 or 9392254. OLE color: 9392254.

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

Color convert

RGB12680143-
CMYK0.120.4400.44
HSL283.81º28.25%43.73%-
HSV(B)283.81º44.06%56.08%-
XYZ16.4312.1627.47-
YUV100.94151.74145.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=36.10%
G=22.92%
B=40.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126801430.120.4400.44283.8128.2543.73
Hex7E508FC2C02C11c1c2c
Octal17612021714540544343454
Binary11111101010000100011111100101100010110010001110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,80,143); }

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

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

 a { background-color: rgb(126,80,143); }

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

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

 span { border-color: rgb(126,80,143); }

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