#79539C

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

Shades of Studio #79539C

Tints of Studio #79539C

Color information

#79539C (or 0x79539C) is unknown color: approx Studio. HEX triplet: 79, 53 and 9C. RGB value is (121,83,156). Sum of RGB (Red+Green+Blue) = 121+83+156=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 83 (32.81% from 255 or 23.06% 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 #79539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79539C is #86AC63. Grayscale: #666666. Windows color (decimal): -8825956 or 10244985. OLE color: 10244985.

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

Color convert

RGB12183156-
CMYK0.220.4700.39
HSL271.23º30.54%46.86%-
HSV(B)271.23º46.79%61.18%-
XYZ16.9812.6533-
YUV102.68158.09141.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=33.61%
G=23.06%
B=43.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121831560.220.4700.39271.2330.5446.86
Hex79539C162F02710f1f2f
Octal17112323426570474173757
Binary111100110100111001110010110101111010011110000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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