#795B88

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

Shades of Affair #795B88

Tints of Affair #795B88

Color information

#795B88 (or 0x795B88) is unknown color: approx Affair. HEX triplet: 79, 5B and 88. RGB value is (121,91,136). Sum of RGB (Red+Green+Blue) = 121+91+136=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #795B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795B88 is #86A477. Grayscale: #686868. Windows color (decimal): -8823928 or 8936313. OLE color: 8936313.

HSL color Cylindrical-coordinate representation of color #795B88: hue angle of 280º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #795B88 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12191136-
CMYK0.110.3300.47
HSL280º19.82%44.51%-
HSV(B)280º33.09%53.33%-
XYZ16.0713.3225.02-
YUV105.1145.44139.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=34.77%
G=26.15%
B=39.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121911360.110.3300.4728019.8244.51
Hex795B88B2102F118142d
Octal17113321013410574302455
Binary11110011011011100010001011100001010111110001100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795B88; }

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

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

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

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

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

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

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

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