#795288

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

Shades of Affair #795288

Tints of Affair #795288

Color information

#795288 (or 0x795288) is unknown color: approx Affair. HEX triplet: 79, 52 and 88. RGB value is (121,82,136). Sum of RGB (Red+Green+Blue) = 121+82+136=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #795288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795288 is #86AD77. Grayscale: #636363. Windows color (decimal): -8826232 or 8934009. OLE color: 8934009.

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

Color convert

RGB12182136-
CMYK0.110.4000.47
HSL283.33º24.77%42.75%-
HSV(B)283.33º39.71%53.33%-
XYZ15.3511.8824.78-
YUV99.82148.42143.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=35.69%
G=24.19%
B=40.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121821360.110.4000.47283.3324.7742.75
Hex795288B2802F11b192b
Octal17112221013500574333153
Binary11110011010010100010001011101000010111110001101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795288; }

 p { color: rgb(121,82,136); }

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

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

 a { background-color: rgb(121,82,136); }

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

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

 span { border-color: rgb(121,82,136); }

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