#785088

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

Shades of Affair #785088

Tints of Affair #785088

Color information

#785088 (or 0x785088) is unknown color: approx Affair. HEX triplet: 78, 50 and 88. RGB value is (120,80,136). Sum of RGB (Red+Green+Blue) = 120+80+136=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #785088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785088 is #87AF77. Grayscale: #626262. Windows color (decimal): -8892280 or 8933496. OLE color: 8933496.

HSL color Cylindrical-coordinate representation of color #785088: hue angle of 282.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785088 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12080136-
CMYK0.120.4100.47
HSL282.86º25.93%42.35%-
HSV(B)282.86º41.18%53.33%-
XYZ15.0611.5124.72-
YUV98.34149.25143.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=35.71%
G=23.81%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120801360.120.4100.47282.8625.9342.35
Hex785088C2902F11b1a2a
Octal17012021014510574333252
Binary11110001010000100010001100101001010111110001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785088; }

 p { color: rgb(120,80,136); }

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

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

 a { background-color: rgb(120,80,136); }

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

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

 span { border-color: rgb(120,80,136); }

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