#78559C

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

Shades of Studio #78559C

Tints of Studio #78559C

Color information

#78559C (or 0x78559C) is unknown color: approx Studio. HEX triplet: 78, 55 and 9C. RGB value is (120,85,156). Sum of RGB (Red+Green+Blue) = 120+85+156=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #78559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78559C is #87AA63. Grayscale: #676767. Windows color (decimal): -8890980 or 10245496. OLE color: 10245496.

HSL color Cylindrical-coordinate representation of color #78559C: hue angle of 269.58º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78559C is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12085156-
CMYK0.230.4600.39
HSL269.58º29.46%47.25%-
HSV(B)269.58º45.51%61.18%-
XYZ16.9912.8933.04-
YUV103.56157.6139.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.24%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=33.24%
G=23.55%
B=43.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120851560.230.4600.39269.5829.4647.25
Hex78559C172E02710e1d2f
Octal17012523427560474163557
Binary111100010101011001110010111101110010011110000111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78559C; }

 p { color: rgb(120,85,156); }

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

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

 a { background-color: rgb(120,85,156); }

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

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

 span { border-color: rgb(120,85,156); }

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