#79539a

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

Shades of Studio #79539A

Tints of Studio #79539A

Color information

#79539A (or 0x79539A) is unknown color: approx Studio. HEX triplet: 79, 53 and 9A. RGB value is (121,83,154). Sum of RGB (Red+Green+Blue) = 121+83+154=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #79539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79539A is #86AC65. Grayscale: #666666. Windows color (decimal): -8825958 or 10113913. OLE color: 10113913.

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

Color convert

RGB12183154-
CMYK0.210.4600.40
HSL272.11º29.96%46.47%-
HSV(B)272.11º46.1%60.39%-
XYZ16.8112.5832.11-
YUV102.46157.09141.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=33.80%
G=23.18%
B=43.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121831540.210.4600.40272.1129.9646.47
Hex79539A152E0281101e2e
Octal17112323225560504203656
Binary111100110100111001101010101101110010100010001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79539a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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