#725A86

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

Shades of Affair #725A86

Tints of Affair #725A86

Color information

#725A86 (or 0x725A86) is unknown color: approx Affair. HEX triplet: 72, 5A and 86. RGB value is (114,90,134). Sum of RGB (Red+Green+Blue) = 114+90+134=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #725A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725A86 is #8DA579. Grayscale: #666666. Windows color (decimal): -9282938 or 8804978. OLE color: 8804978.

HSL color Cylindrical-coordinate representation of color #725A86: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #725A86 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11490134-
CMYK0.150.3300.47
HSL272.73º19.64%43.92%-
HSV(B)272.73º32.84%52.55%-
XYZ14.912.6124.2-
YUV102.19145.95136.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=33.73%
G=26.63%
B=39.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114901340.150.3300.47272.7319.6443.92
Hex725A86F2102F111142c
Octal16213220617410574212454
Binary11100101011010100001101111100001010111110001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A86; }

 p { color: rgb(114,90,134); }

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

<style>
 a { background-color: #725A86; }

 a { background-color: rgb(114,90,134); }

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

<style>
 span { border-color: #725A86; }

 span { border-color: rgb(114,90,134); }

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