#78508F

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

Shades of Affair #78508F

Tints of Affair #78508F

Color information

#78508F (or 0x78508F) is unknown color: approx Affair. HEX triplet: 78, 50 and 8F. RGB value is (120,80,143). Sum of RGB (Red+Green+Blue) = 120+80+143=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #78508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78508F is #87AF70. Grayscale: #626262. Windows color (decimal): -8892273 or 9392248. OLE color: 9392248.

HSL color Cylindrical-coordinate representation of color #78508F: hue angle of 278.1º 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 #78508F is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12080143-
CMYK0.160.4400.44
HSL278.1º28.25%43.73%-
HSV(B)278.1º44.06%56.08%-
XYZ15.5711.7127.43-
YUV99.14152.75142.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=34.99%
G=23.32%
B=41.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120801430.160.4400.44278.128.2543.73
Hex78508F102C02C1161c2c
Octal17012021720540544263454
Binary111100010100001000111110000101100010110010001011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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