#795893

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

Shades of Affair #795893

Tints of Affair #795893

Color information

#795893 (or 0x795893) is unknown color: approx Affair. HEX triplet: 79, 58 and 93. RGB value is (121,88,147). Sum of RGB (Red+Green+Blue) = 121+88+147=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #795893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795893 is #86A76C. Grayscale: #686868. Windows color (decimal): -8824685 or 9656441. OLE color: 9656441.

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

Color convert

RGB12188147-
CMYK0.180.4000.42
HSL273.56º25.11%46.08%-
HSV(B)273.56º40.14%57.65%-
XYZ16.6413.1529.27-
YUV104.59151.93139.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=33.99%
G=24.72%
B=41.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121881470.180.4000.42273.5625.1146.08
Hex795893122802A112192e
Octal17113022322500524223156
Binary111100110110001001001110010101000010101010001001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795893; }

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

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

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

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

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

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

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

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