#79549C

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

Shades of Studio #79549C

Tints of Studio #79549C

Color information

#79549C (or 0x79549C) is unknown color: approx Studio. HEX triplet: 79, 54 and 9C. RGB value is (121,84,156). Sum of RGB (Red+Green+Blue) = 121+84+156=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 84 (33.20% from 255 or 23.27% 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 #79549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79549C is #86AB63. Grayscale: #676767. Windows color (decimal): -8825700 or 10245241. OLE color: 10245241.

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

Color convert

RGB12184156-
CMYK0.220.4600.39
HSL270.83º30%47.06%-
HSV(B)270.83º46.15%61.18%-
XYZ17.0612.8133.03-
YUV103.27157.76140.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=33.52%
G=23.27%
B=43.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121841560.220.4600.39270.833047.06
Hex79549C162E02710f1e2f
Octal17112423426560474173657
Binary111100110101001001110010110101110010011110000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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