#795088

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

Shades of Affair #795088

Tints of Affair #795088

Color information

#795088 (or 0x795088) is unknown color: approx Affair. HEX triplet: 79, 50 and 88. RGB value is (121,80,136). Sum of RGB (Red+Green+Blue) = 121+80+136=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #795088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795088 is #86AF77. Grayscale: #626262. Windows color (decimal): -8826744 or 8933497. OLE color: 8933497.

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

Color convert

RGB12180136-
CMYK0.110.4100.47
HSL283.93º25.93%42.35%-
HSV(B)283.93º41.18%53.33%-
XYZ15.211.5824.73-
YUV98.64149.08143.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=35.91%
G=23.74%
B=40.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121801360.110.4100.47283.9325.9342.35
Hex795088B2902F11c1a2a
Octal17112021013510574343252
Binary11110011010000100010001011101001010111110001110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795088; }

 p { color: rgb(121,80,136); }

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

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

 a { background-color: rgb(121,80,136); }

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

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

 span { border-color: rgb(121,80,136); }

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