#7D488C

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

Shades of Affair #7D488C

Tints of Affair #7D488C

Color information

#7D488C (or 0x7D488C) is unknown color: approx Affair. HEX triplet: 7D, 48 and 8C. RGB value is (125,72,140). Sum of RGB (Red+Green+Blue) = 125+72+140=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D488C is #82B773. Grayscale: #5F5F5F. Windows color (decimal): -8566644 or 9193597. OLE color: 9193597.

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

Color convert

RGB12572140-
CMYK0.110.4900.45
HSL286.76º32.08%41.57%-
HSV(B)286.76º48.57%54.9%-
XYZ15.5110.8926.1-
YUV95.6153.06148.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=37.09%
G=21.36%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125721400.110.4900.45286.7632.0841.57
Hex7D488CB3102D11f202a
Octal17511021413610554374052
Binary111110110010001000110010111100010101101100011111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,72,140); }

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

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

 a { background-color: rgb(125,72,140); }

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

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

 span { border-color: rgb(125,72,140); }

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