Html Css Color HEX #865796 Affair

📋 copy color: '#865796'

red 134 ◦ green 87 ◦ blue 150

#865796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #865796

Tints of Affair #865796

RGB

 RED value IS 134 (52.73% from 255) = 36.12%

 GREEN value IS 87 (34.38% from 255) = 23.45%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 36.12%
G = 23.45%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#865796 (or 0x865796) is known color: Affair. HEX triplet: 86, 57 and 96. RGB value is (134,87,150). Sum of RGB (Red+Green+Blue) = 134+87+150=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #865796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865796 is #79A869. Grayscale: #6C6C6C. Windows color (decimal): -7972970 or 9852806. OLE color: 9852806.

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

Color convert

RGB 134 87 150 -
CMYK 0.11 0.42 0 0.41
HSL 284.76º 0.27% 0.46% -
HSV(B) 284.76º 0.42% 0.59% -
XYZ 18.74 14.09 30.59 -
YUV 108.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 134 87 150 0.11 0.42 0 0.41 284.76 0.27 0.46
Hex 86 57 96 B 2A 0 29 11D 1B 2E
Octal 206 127 226 13 52 0 51 435 33 56
Binary 10000110 1010111 10010110 1011 101010 0 101001 100011101 11011 101110

Color Harmonies of #865796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865796

Black with #865796

Text Example


Text Example

White with #865796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865796; }

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

 H1.HeaderClassName
 {
   color: #865796;
 }
 .AnyTagClassName
 {
   color: #865796;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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