#875497

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

Shades of Affair #875497

Tints of Affair #875497

Color information

#875497 (or 0x875497) is unknown color: approx Affair. HEX triplet: 87, 54 and 97. RGB value is (135,84,151). Sum of RGB (Red+Green+Blue) = 135+84+151=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #875497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875497 is #78AB68. Grayscale: #6A6A6A. Windows color (decimal): -7908201 or 9917575. OLE color: 9917575.

HSL color Cylindrical-coordinate representation of color #875497: hue angle of 285.67º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875497 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13584151-
CMYK0.110.4400.41
HSL285.67º28.51%46.08%-
HSV(B)285.67º44.37%59.22%-
XYZ18.7513.7330.94-
YUV106.89152.9148.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=36.49%
G=22.70%
B=40.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135841510.110.4400.41285.6728.5146.08
Hex875497B2C02911e1d2e
Octal20712422713540514363556
Binary100001111010100100101111011101100010100110001111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875497; }

 p { color: rgb(135,84,151); }

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

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

 a { background-color: rgb(135,84,151); }

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

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

 span { border-color: rgb(135,84,151); }

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