#7C588A

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

Shades of Affair #7C588A

Tints of Affair #7C588A

Color information

#7C588A (or 0x7C588A) is unknown color: approx Affair. HEX triplet: 7C, 58 and 8A. RGB value is (124,88,138). Sum of RGB (Red+Green+Blue) = 124+88+138=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C588A is #83A775. Grayscale: #686868. Windows color (decimal): -8628086 or 9066620. OLE color: 9066620.

HSL color Cylindrical-coordinate representation of color #7C588A: hue angle of 283.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C588A is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12488138-
CMYK0.100.3600.46
HSL283.2º22.12%44.31%-
HSV(B)283.2º36.23%54.12%-
XYZ16.3913.125.71-
YUV104.46146.93141.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=35.43%
G=25.14%
B=39.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124881380.100.3600.46283.222.1244.31
Hex7C588AA2402E11b162c
Octal17413021212440564332654
Binary11111001011000100010101010100100010111010001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,138); }

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

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

 a { background-color: rgb(124,88,138); }

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

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

 span { border-color: rgb(124,88,138); }

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