#795286

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

Shades of Affair #795286

Tints of Affair #795286

Color information

#795286 (or 0x795286) is unknown color: approx Affair. HEX triplet: 79, 52 and 86. RGB value is (121,82,134). Sum of RGB (Red+Green+Blue) = 121+82+134=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #795286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795286 is #86AD79. Grayscale: #636363. Windows color (decimal): -8826234 or 8802937. OLE color: 8802937.

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

Color convert

RGB12182134-
CMYK0.100.3900.47
HSL285º24.07%42.35%-
HSV(B)285º38.81%52.55%-
XYZ15.2111.8224.03-
YUV99.59147.42143.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=35.91%
G=24.33%
B=39.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121821340.100.3900.4728524.0742.35
Hex795286A2702F11d182a
Octal17112220612470574353052
Binary11110011010010100001101010100111010111110001110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795286; }

 p { color: rgb(121,82,134); }

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

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

 a { background-color: rgb(121,82,134); }

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

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

 span { border-color: rgb(121,82,134); }

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