#875898

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

Shades of Affair #875898

Tints of Affair #875898

Color information

#875898 (or 0x875898) is unknown color: approx Affair. HEX triplet: 87, 58 and 98. RGB value is (135,88,152). Sum of RGB (Red+Green+Blue) = 135+88+152=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #875898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875898 is #78A767. Grayscale: #6D6D6D. Windows color (decimal): -7907176 or 9984135. OLE color: 9984135.

HSL color Cylindrical-coordinate representation of color #875898: hue angle of 284.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875898 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13588152-
CMYK0.110.4200.40
HSL284.06º26.67%47.06%-
HSV(B)284.06º42.11%59.61%-
XYZ19.1514.431.48-
YUV109.35152.07146.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=36%
G=23.47%
B=40.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135881520.110.4200.40284.0626.6747.06
Hex875898B2A02811c1b2f
Octal20713023013520504343357
Binary100001111011000100110001011101010010100010001110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875898; }

 p { color: rgb(135,88,152); }

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

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

 a { background-color: rgb(135,88,152); }

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

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

 span { border-color: rgb(135,88,152); }

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