#79589E

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

Shades of Studio #79589E

Tints of Studio #79589E

Color information

#79589E (or 0x79589E) is unknown color: approx Studio. HEX triplet: 79, 58 and 9E. RGB value is (121,88,158). Sum of RGB (Red+Green+Blue) = 121+88+158=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #79589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79589E is #86A761. Grayscale: #696969. Windows color (decimal): -8824674 or 10377337. OLE color: 10377337.

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

Color convert

RGB12188158-
CMYK0.230.4400.38
HSL268.29º28.46%48.24%-
HSV(B)268.29º44.3%61.96%-
XYZ17.5513.5134.03-
YUV105.85157.43138.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.97%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=32.97%
G=23.98%
B=43.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121881580.230.4400.38268.2928.4648.24
Hex79589E172C02610c1c30
Octal17113023627540464143460
Binary111100110110001001111010111101100010011010000110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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