#7D5085

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

Shades of Affair #7D5085

Tints of Affair #7D5085

Color information

#7D5085 (or 0x7D5085) is unknown color: approx Affair. HEX triplet: 7D, 50 and 85. RGB value is (125,80,133). Sum of RGB (Red+Green+Blue) = 125+80+133=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D5085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5085 is #82AF7A. Grayscale: #636363. Windows color (decimal): -8564603 or 8736893. OLE color: 8736893.

HSL color Cylindrical-coordinate representation of color #7D5085: hue angle of 290.94º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D5085 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12580133-
CMYK0.060.4000.48
HSL290.94º24.88%41.76%-
HSV(B)290.94º39.85%52.16%-
XYZ15.5611.7923.65-
YUV99.5146.91146.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=36.98%
G=23.67%
B=39.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125801330.060.4000.48290.9424.8841.76
Hex7D5085628030123192a
Octal1751202056500604433152
Binary1111101101000010000101110101000011000010010001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,133); }

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

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

 a { background-color: rgb(125,80,133); }

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

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

 span { border-color: rgb(125,80,133); }

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