#795188

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

Shades of Affair #795188

Tints of Affair #795188

Color information

#795188 (or 0x795188) is unknown color: approx Affair. HEX triplet: 79, 51 and 88. RGB value is (121,81,136). Sum of RGB (Red+Green+Blue) = 121+81+136=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #795188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795188 is #86AE77. Grayscale: #636363. Windows color (decimal): -8826488 or 8933753. OLE color: 8933753.

HSL color Cylindrical-coordinate representation of color #795188: hue angle of 283.64º 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 #795188 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12181136-
CMYK0.110.4000.47
HSL283.64º25.35%42.55%-
HSV(B)283.64º40.44%53.33%-
XYZ15.2711.7324.75-
YUV99.23148.75143.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=35.80%
G=23.96%
B=40.24%

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
Decimal121811360.110.4000.47283.6425.3542.55
Hex795188B2802F11c192b
Octal17112121013500574343153
Binary11110011010001100010001011101000010111110001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795188; }

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

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

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

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

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

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

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

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