#795485

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

Shades of Affair #795485

Tints of Affair #795485

Color information

#795485 (or 0x795485) is unknown color: approx Affair. HEX triplet: 79, 54 and 85. RGB value is (121,84,133). Sum of RGB (Red+Green+Blue) = 121+84+133=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #795485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795485 is #86AB7A. Grayscale: #646464. Windows color (decimal): -8825723 or 8737913. OLE color: 8737913.

HSL color Cylindrical-coordinate representation of color #795485: hue angle of 285.31º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #795485 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12184133-
CMYK0.090.3700.48
HSL285.31º22.58%42.55%-
HSV(B)285.31º36.84%52.16%-
XYZ15.2912.123.72-
YUV100.65146.26142.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=35.80%
G=24.85%
B=39.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121841330.090.3700.48285.3122.5842.55
Hex79548592503011d172b
Octal17112420511450604352753
Binary11110011010100100001011001100101011000010001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795485; }

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

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

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

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

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

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

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

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