#7E5F8A

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

Shades of Affair #7E5F8A

Tints of Affair #7E5F8A

Color information

#7E5F8A (or 0x7E5F8A) is unknown color: approx Affair. HEX triplet: 7E, 5F and 8A. RGB value is (126,95,138). Sum of RGB (Red+Green+Blue) = 126+95+138=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E5F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5F8A is #81A075. Grayscale: #6D6D6D. Windows color (decimal): -8495222 or 9068414. OLE color: 9068414.

HSL color Cylindrical-coordinate representation of color #7E5F8A: hue angle of 283.26º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E5F8A is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12695138-
CMYK0.090.3100.46
HSL283.26º18.45%45.69%-
HSV(B)283.26º31.16%54.12%-
XYZ17.2814.4625.92-
YUV109.17144.27140-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=35.10%
G=26.46%
B=38.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126951380.090.3100.46283.2618.4545.69
Hex7E5F8A91F02E11b122e
Octal17613721211370564332256
Binary1111110101111110001010100111111010111010001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,95,138); }

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

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

 a { background-color: rgb(126,95,138); }

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

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

 span { border-color: rgb(126,95,138); }

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