#78549C

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

Shades of Studio #78549C

Tints of Studio #78549C

Color information

#78549C (or 0x78549C) is unknown color: approx Studio. HEX triplet: 78, 54 and 9C. RGB value is (120,84,156). Sum of RGB (Red+Green+Blue) = 120+84+156=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #78549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78549C is #87AB63. Grayscale: #666666. Windows color (decimal): -8891236 or 10245240. OLE color: 10245240.

HSL color Cylindrical-coordinate representation of color #78549C: hue angle of 270º degrees, saturation: 0.3, 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 #78549C is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12084156-
CMYK0.230.4600.39
HSL270º30%47.06%-
HSV(B)270º46.15%61.18%-
XYZ16.9212.7333.02-
YUV102.97157.93140.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=33.33%
G=23.33%
B=43.33%

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
Decimal120841560.230.4600.392703047.06
Hex78549C172E02710e1e2f
Octal17012423427560474163657
Binary111100010101001001110010111101110010011110000111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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