#795683

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

Shades of Affair #795683

Tints of Affair #795683

Color information

#795683 (or 0x795683) is unknown color: approx Affair. HEX triplet: 79, 56 and 83. RGB value is (121,86,131). Sum of RGB (Red+Green+Blue) = 121+86+131=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #795683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795683 is #86A97C. Grayscale: #656565. Windows color (decimal): -8825213 or 8607353. OLE color: 8607353.

HSL color Cylindrical-coordinate representation of color #795683: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #795683 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12186131-
CMYK0.080.3400.49
HSL286.67º20.74%42.55%-
HSV(B)286.67º34.35%51.37%-
XYZ15.3112.3623.05-
YUV101.6144.6141.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=35.80%
G=25.44%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121861310.080.3400.49286.6720.7442.55
Hex79568382203111f152b
Octal17112620310420614372553
Binary11110011010110100000111000100010011000110001111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795683; }

 p { color: rgb(121,86,131); }

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

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

 a { background-color: rgb(121,86,131); }

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

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

 span { border-color: rgb(121,86,131); }

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