#795092

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

Shades of Affair #795092

Tints of Affair #795092

Color information

#795092 (or 0x795092) is unknown color: approx Affair. HEX triplet: 79, 50 and 92. RGB value is (121,80,146). Sum of RGB (Red+Green+Blue) = 121+80+146=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #795092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795092 is #86AF6D. Grayscale: #636363. Windows color (decimal): -8826734 or 9588857. OLE color: 9588857.

HSL color Cylindrical-coordinate representation of color #795092: hue angle of 277.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795092 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12180146-
CMYK0.170.4500.43
HSL277.27º29.2%44.31%-
HSV(B)277.27º45.21%57.25%-
XYZ15.9411.8828.65-
YUV99.78154.08143.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=34.87%
G=23.05%
B=42.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121801460.170.4500.43277.2729.244.31
Hex795092112D02B1151d2c
Octal17112022221550534253554
Binary111100110100001001001010001101101010101110001010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795092; }

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

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

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

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

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

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

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

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