#785883

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

Shades of Affair #785883

Tints of Affair #785883

Color information

#785883 (or 0x785883) is unknown color: approx Affair. HEX triplet: 78, 58 and 83. RGB value is (120,88,131). Sum of RGB (Red+Green+Blue) = 120+88+131=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #785883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785883 is #87A77C. Grayscale: #666666. Windows color (decimal): -8890237 or 8607864. OLE color: 8607864.

HSL color Cylindrical-coordinate representation of color #785883: hue angle of 284.65º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785883 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12088131-
CMYK0.080.3300.49
HSL284.65º19.63%42.94%-
HSV(B)284.65º32.82%51.37%-
XYZ15.3312.6123.1-
YUV102.47144.1140.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=35.40%
G=25.96%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120881310.080.3300.49284.6519.6342.94
Hex78588382103111d142b
Octal17013020310410614352453
Binary11110001011000100000111000100001011000110001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785883; }

 p { color: rgb(120,88,131); }

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

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

 a { background-color: rgb(120,88,131); }

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

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

 span { border-color: rgb(120,88,131); }

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