#78588B

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

Shades of Affair #78588B

Tints of Affair #78588B

Color information

#78588B (or 0x78588B) is unknown color: approx Affair. HEX triplet: 78, 58 and 8B. RGB value is (120,88,139). Sum of RGB (Red+Green+Blue) = 120+88+139=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #78588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78588B is #87A774. Grayscale: #676767. Windows color (decimal): -8890229 or 9132152. OLE color: 9132152.

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

Color convert

RGB12088139-
CMYK0.140.3700.45
HSL277.65º22.47%44.51%-
HSV(B)277.65º36.69%54.51%-
XYZ15.912.8426.07-
YUV103.38148.1139.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=34.58%
G=25.36%
B=40.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120881390.140.3700.45277.6522.4744.51
Hex78588BE2502D116162d
Octal17013021316450554262655
Binary11110001011000100010111110100101010110110001011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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