#78508E

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

Shades of Affair #78508E

Tints of Affair #78508E

Color information

#78508E (or 0x78508E) is unknown color: approx Affair. HEX triplet: 78, 50 and 8E. RGB value is (120,80,142). Sum of RGB (Red+Green+Blue) = 120+80+142=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #78508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78508E is #87AF71. Grayscale: #626262. Windows color (decimal): -8892274 or 9326712. OLE color: 9326712.

HSL color Cylindrical-coordinate representation of color #78508E: hue angle of 278.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78508E is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12080142-
CMYK0.150.4400.44
HSL278.71º27.93%43.53%-
HSV(B)278.71º43.66%55.69%-
XYZ15.511.6827.03-
YUV99.03152.25142.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=35.09%
G=23.39%
B=41.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120801420.150.4400.44278.7127.9343.53
Hex78508EF2C02C1171c2c
Octal17012021617540544273454
Binary11110001010000100011101111101100010110010001011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78508E; }

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

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

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

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

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

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

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

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