#78498B

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

Shades of Affair #78498B

Tints of Affair #78498B

Color information

#78498B (or 0x78498B) is unknown color: approx Affair. HEX triplet: 78, 49 and 8B. RGB value is (120,73,139). Sum of RGB (Red+Green+Blue) = 120+73+139=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #78498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78498B is #87B674. Grayscale: #5E5E5E. Windows color (decimal): -8894069 or 9128312. OLE color: 9128312.

HSL color Cylindrical-coordinate representation of color #78498B: hue angle of 282.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78498B is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12073139-
CMYK0.140.4700.45
HSL282.73º31.13%41.57%-
HSV(B)282.73º47.48%54.51%-
XYZ14.7910.6225.7-
YUV94.58153.07146.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=36.14%
G=21.99%
B=41.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120731390.140.4700.45282.7331.1341.57
Hex78498BE2F02D11b1f2a
Octal17011121316570554333752
Binary11110001001001100010111110101111010110110001101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78498B; }

 p { color: rgb(120,73,139); }

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

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

 a { background-color: rgb(120,73,139); }

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

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

 span { border-color: rgb(120,73,139); }

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