#79549a

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

Shades of Studio #79549A

Tints of Studio #79549A

Color information

#79549A (or 0x79549A) is unknown color: approx Studio. HEX triplet: 79, 54 and 9A. RGB value is (121,84,154). Sum of RGB (Red+Green+Blue) = 121+84+154=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #79549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79549A is #86AB65. Grayscale: #666666. Windows color (decimal): -8825702 or 10114169. OLE color: 10114169.

HSL color Cylindrical-coordinate representation of color #79549A: hue angle of 271.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79549A is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12184154-
CMYK0.210.4500.40
HSL271.71º29.41%46.67%-
HSV(B)271.71º45.45%60.39%-
XYZ16.8912.7432.14-
YUV103.04156.76140.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=33.70%
G=23.40%
B=42.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121841540.210.4500.40271.7129.4146.67
Hex79549A152D0281101d2f
Octal17112423225550504203557
Binary111100110101001001101010101101101010100010001000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79549a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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