#795C87

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

Shades of Affair #795C87

Tints of Affair #795C87

Color information

#795C87 (or 0x795C87) is unknown color: approx Affair. HEX triplet: 79, 5C and 87. RGB value is (121,92,135). Sum of RGB (Red+Green+Blue) = 121+92+135=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #795C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795C87 is #86A378. Grayscale: #696969. Windows color (decimal): -8823673 or 8871033. OLE color: 8871033.

HSL color Cylindrical-coordinate representation of color #795C87: hue angle of 280.47º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #795C87 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12192135-
CMYK0.100.3200.47
HSL280.47º18.94%44.51%-
HSV(B)280.47º31.85%52.94%-
XYZ16.0913.4724.67-
YUV105.57144.61139-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=34.77%
G=26.44%
B=38.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121921350.100.3200.47280.4718.9444.51
Hex795C87A2002F118132d
Octal17113420712400574302355
Binary11110011011100100001111010100000010111110001100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,135); }

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

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

 a { background-color: rgb(121,92,135); }

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

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

 span { border-color: rgb(121,92,135); }

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