#785893

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

Shades of Affair #785893

Tints of Affair #785893

Color information

#785893 (or 0x785893) is unknown color: approx Affair. HEX triplet: 78, 58 and 93. RGB value is (120,88,147). Sum of RGB (Red+Green+Blue) = 120+88+147=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #785893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785893 is #87A76C. Grayscale: #686868. Windows color (decimal): -8890221 or 9656440. OLE color: 9656440.

HSL color Cylindrical-coordinate representation of color #785893: hue angle of 272.54º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785893 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12088147-
CMYK0.180.4000.42
HSL272.54º25.11%46.08%-
HSV(B)272.54º40.14%57.65%-
XYZ16.513.0829.26-
YUV104.29152.1139.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=33.80%
G=24.79%
B=41.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120881470.180.4000.42272.5425.1146.08
Hex785893122802A111192e
Octal17013022322500524213156
Binary111100010110001001001110010101000010101010001000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785893; }

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

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

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

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

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

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

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

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