#795892

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

Shades of Affair #795892

Tints of Affair #795892

Color information

#795892 (or 0x795892) is unknown color: approx Affair. HEX triplet: 79, 58 and 92. RGB value is (121,88,146). Sum of RGB (Red+Green+Blue) = 121+88+146=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #795892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795892 is #86A76D. Grayscale: #686868. Windows color (decimal): -8824686 or 9590905. OLE color: 9590905.

HSL color Cylindrical-coordinate representation of color #795892: hue angle of 274.14º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795892 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12188146-
CMYK0.170.4000.43
HSL274.14º24.79%45.88%-
HSV(B)274.14º39.73%57.25%-
XYZ16.5613.1228.85-
YUV104.48151.43139.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.08%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=34.08%
G=24.79%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121881460.170.4000.43274.1424.7945.88
Hex795892112802B112192e
Octal17113022221500534223156
Binary111100110110001001001010001101000010101110001001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795892; }

 p { color: rgb(121,88,146); }

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

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

 a { background-color: rgb(121,88,146); }

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

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

 span { border-color: rgb(121,88,146); }

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