#865894

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

Shades of Affair #865894

Tints of Affair #865894

Color information

#865894 (or 0x865894) is unknown color: approx Affair. HEX triplet: 86, 58 and 94. RGB value is (134,88,148). Sum of RGB (Red+Green+Blue) = 134+88+148=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 88 (34.77% from 255 or 23.78% 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 #865894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865894 is #79A76B. Grayscale: #6C6C6C. Windows color (decimal): -7972716 or 9721990. OLE color: 9721990.

HSL color Cylindrical-coordinate representation of color #865894: hue angle of 286º degrees, saturation: 0.25, 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 #865894 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13488148-
CMYK0.090.4100.42
HSL286º25.42%46.27%-
HSV(B)286º40.54%58.04%-
XYZ18.6714.1929.77-
YUV108.59150.24146.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 148 (58.20% from 255) = 40%
R=36.22%
G=23.78%
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
Decimal134881480.090.4100.4228625.4246.27
Hex86589492902A11e192e
Octal20613022411510524363156
Binary100001101011000100101001001101001010101010001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865894; }

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

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

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

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

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

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

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

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