#795A92

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

Shades of Affair #795A92

Tints of Affair #795A92

Color information

#795A92 (or 0x795A92) is unknown color: approx Affair. HEX triplet: 79, 5A and 92. RGB value is (121,90,146). Sum of RGB (Red+Green+Blue) = 121+90+146=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #795A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795A92 is #86A56D. Grayscale: #696969. Windows color (decimal): -8824174 or 9591417. OLE color: 9591417.

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

Color convert

RGB12190146-
CMYK0.170.3800.43
HSL273.21º23.73%46.27%-
HSV(B)273.21º38.36%57.25%-
XYZ16.7313.4528.91-
YUV105.65150.77138.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=33.89%
G=25.21%
B=40.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121901460.170.3800.43273.2123.7346.27
Hex795A92112602B111182e
Octal17113222221460534213056
Binary111100110110101001001010001100110010101110001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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