#79589C

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

Shades of Studio #79589C

Tints of Studio #79589C

Color information

#79589C (or 0x79589C) is unknown color: approx Studio. HEX triplet: 79, 58 and 9C. RGB value is (121,88,156). Sum of RGB (Red+Green+Blue) = 121+88+156=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #79589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79589C is #86A763. Grayscale: #696969. Windows color (decimal): -8824676 or 10246265. OLE color: 10246265.

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

Color convert

RGB12188156-
CMYK0.220.4400.39
HSL269.12º27.87%47.84%-
HSV(B)269.12º43.59%61.18%-
XYZ17.3813.4433.13-
YUV105.62156.43138.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=33.15%
G=24.11%
B=42.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121881560.220.4400.39269.1227.8747.84
Hex79589C162C02710d1c30
Octal17113023426540474153460
Binary111100110110001001110010110101100010011110000110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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