#7D558B

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

Shades of Affair #7D558B

Tints of Affair #7D558B

Color information

#7D558B (or 0x7D558B) is unknown color: approx Affair. HEX triplet: 7D, 55 and 8B. RGB value is (125,85,139). Sum of RGB (Red+Green+Blue) = 125+85+139=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D558B is #82AA74. Grayscale: #666666. Windows color (decimal): -8563317 or 9131389. OLE color: 9131389.

HSL color Cylindrical-coordinate representation of color #7D558B: hue angle of 284.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D558B is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12585139-
CMYK0.100.3900.45
HSL284.44º24.11%43.92%-
HSV(B)284.44º38.85%54.51%-
XYZ16.3712.7226.02-
YUV103.12148.25143.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=35.82%
G=24.36%
B=39.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125851390.100.3900.45284.4424.1143.92
Hex7D558BA2702D11c182c
Octal17512521312470554343054
Binary11111011010101100010111010100111010110110001110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,85,139); }

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

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

 a { background-color: rgb(125,85,139); }

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

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

 span { border-color: rgb(125,85,139); }

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