#7E488B

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

Shades of Affair #7E488B

Tints of Affair #7E488B

Color information

#7E488B (or 0x7E488B) is unknown color: approx Affair. HEX triplet: 7E, 48 and 8B. RGB value is (126,72,139). Sum of RGB (Red+Green+Blue) = 126+72+139=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E488B is #81B774. Grayscale: #5F5F5F. Windows color (decimal): -8501109 or 9128062. OLE color: 9128062.

HSL color Cylindrical-coordinate representation of color #7E488B: hue angle of 288.36º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E488B is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12672139-
CMYK0.090.4800.45
HSL288.36º31.75%41.37%-
HSV(B)288.36º48.2%54.51%-
XYZ15.5810.9325.72-
YUV95.78152.39149.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=37.39%
G=21.36%
B=41.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126721390.090.4800.45288.3631.7541.37
Hex7E488B93002D1202029
Octal17611021311600554404051
Binary111111010010001000101110011100000101101100100000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,72,139); }

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

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

 a { background-color: rgb(126,72,139); }

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

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

 span { border-color: rgb(126,72,139); }

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