#795883

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

Shades of Affair #795883

Tints of Affair #795883

Color information

#795883 (or 0x795883) is unknown color: approx Affair. HEX triplet: 79, 58 and 83. RGB value is (121,88,131). Sum of RGB (Red+Green+Blue) = 121+88+131=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #795883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795883 is #86A77C. Grayscale: #666666. Windows color (decimal): -8824701 or 8607865. OLE color: 8607865.

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

Color convert

RGB12188131-
CMYK0.080.3300.49
HSL286.05º19.63%42.94%-
HSV(B)286.05º32.82%51.37%-
XYZ15.4712.6823.11-
YUV102.77143.93141-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=35.59%
G=25.88%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121881310.080.3300.49286.0519.6342.94
Hex79588382103111e142b
Octal17113020310410614362453
Binary11110011011000100000111000100001011000110001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795883; }

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

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

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

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

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

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

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

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