#875794

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

Shades of Affair #875794

Tints of Affair #875794

Color information

#875794 (or 0x875794) is unknown color: approx Affair. HEX triplet: 87, 57 and 94. RGB value is (135,87,148). Sum of RGB (Red+Green+Blue) = 135+87+148=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #875794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875794 is #78A86B. Grayscale: #6C6C6C. Windows color (decimal): -7907436 or 9721735. OLE color: 9721735.

HSL color Cylindrical-coordinate representation of color #875794: hue angle of 287.21º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875794 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13587148-
CMYK0.090.4100.42
HSL287.21º25.96%46.08%-
HSV(B)287.21º41.22%58.04%-
XYZ18.7514.1129.75-
YUV108.31150.4147.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 148 (58.20% from 255) = 40%
R=36.49%
G=23.51%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135871480.090.4100.42287.2125.9646.08
Hex87579492902A11f1a2e
Octal20712722411510524373256
Binary100001111010111100101001001101001010101010001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875794; }

 p { color: rgb(135,87,148); }

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

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

 a { background-color: rgb(135,87,148); }

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

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

 span { border-color: rgb(135,87,148); }

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