Html Css Color HEX #795986 Affair

📋 copy color: '#795986'

red 121 ◦ green 89 ◦ blue 134

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

Shades of Affair #795986

Tints of Affair #795986

RGB

 RED value IS 121 (47.66% from 255) = 35.17%

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 35.17%
G = 25.87%
B = 38.95%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#795986 (or 0x795986) is known color: Affair. HEX triplet: 79, 59 and 86. RGB value is (121,89,134). Sum of RGB (Red+Green+Blue) = 121+89+134=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #795986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795986 is #86A679. Grayscale: #676767. Windows color (decimal): -8824442 or 8804729. OLE color: 8804729.

HSL color Cylindrical-coordinate representation of color #795986: hue angle of 282.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795986 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 89 134 -
CMYK 0.10 0.34 0 0.47
HSL 282.67º 0.2% 0.44% -
HSV(B) 282.67º 0.34% 0.53% -
XYZ 15.76 12.93 24.22 -
YUV 103.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 121 89 134 0.10 0.34 0 0.47 282.67 0.2 0.44
Hex 79 59 86 A 22 0 2F 11B 14 2C
Octal 171 131 206 12 42 0 57 433 24 54
Binary 1111001 1011001 10000110 1010 100010 0 101111 100011011 10100 101100

Color Harmonies of #795986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795986

Black with #795986

Text Example


Text Example

White with #795986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795986; }

 p { color: rgb(121,89,134); }

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

background-color css

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

 a { background-color: rgb(121,89,134); }

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

border-color css

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

 span { border-color: rgb(121,89,134); }

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