#795488

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

Shades of Affair #795488

Tints of Affair #795488

Color information

#795488 (or 0x795488) is unknown color: approx Affair. HEX triplet: 79, 54 and 88. RGB value is (121,84,136). Sum of RGB (Red+Green+Blue) = 121+84+136=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #795488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795488 is #86AB77. Grayscale: #646464. Windows color (decimal): -8825720 or 8934521. OLE color: 8934521.

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

Color convert

RGB12184136-
CMYK0.110.3800.47
HSL282.69º23.64%43.14%-
HSV(B)282.69º38.24%53.33%-
XYZ15.512.1824.83-
YUV100.99147.76142.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=35.48%
G=24.63%
B=39.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121841360.110.3800.47282.6923.6443.14
Hex795488B2602F11b182b
Octal17112421013460574333053
Binary11110011010100100010001011100110010111110001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795488; }

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

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

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

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

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

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

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

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