#865896

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

Shades of Affair #865896

Tints of Affair #865896

Color information

#865896 (or 0x865896) is unknown color: approx Affair. HEX triplet: 86, 58 and 96. RGB value is (134,88,150). Sum of RGB (Red+Green+Blue) = 134+88+150=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #865896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865896 is #79A769. Grayscale: #6C6C6C. Windows color (decimal): -7972714 or 9853062. OLE color: 9853062.

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

Color convert

RGB13488150-
CMYK0.110.4100.41
HSL284.52º26.05%46.67%-
HSV(B)284.52º41.33%58.82%-
XYZ18.8314.2530.61-
YUV108.82151.24145.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=36.02%
G=23.66%
B=40.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134881500.110.4100.41284.5226.0546.67
Hex865896B2902911d1a2f
Octal20613022613510514353257
Binary100001101011000100101101011101001010100110001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865896; }

 p { color: rgb(134,88,150); }

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

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

 a { background-color: rgb(134,88,150); }

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

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

 span { border-color: rgb(134,88,150); }

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