#7C508B

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

Shades of Affair #7C508B

Tints of Affair #7C508B

Color information

#7C508B (or 0x7C508B) is unknown color: approx Affair. HEX triplet: 7C, 50 and 8B. RGB value is (124,80,139). Sum of RGB (Red+Green+Blue) = 124+80+139=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C508B is #83AF74. Grayscale: #636363. Windows color (decimal): -8630133 or 9130108. OLE color: 9130108.

HSL color Cylindrical-coordinate representation of color #7C508B: hue angle of 284.75º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C508B is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12480139-
CMYK0.110.4200.45
HSL284.75º26.94%42.94%-
HSV(B)284.75º42.45%54.51%-
XYZ15.8411.8925.89-
YUV99.88150.08145.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=36.15%
G=23.32%
B=40.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124801390.110.4200.45284.7526.9442.94
Hex7C508BB2A02D11d1b2b
Octal17412021313520554353353
Binary11111001010000100010111011101010010110110001110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,80,139); }

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

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

 a { background-color: rgb(124,80,139); }

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

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

 span { border-color: rgb(124,80,139); }

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