#79589A

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

Shades of Studio #79589A

Tints of Studio #79589A

Color information

#79589A (or 0x79589A) is unknown color: approx Studio. HEX triplet: 79, 58 and 9A. RGB value is (121,88,154). Sum of RGB (Red+Green+Blue) = 121+88+154=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #79589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79589A is #86A765. Grayscale: #696969. Windows color (decimal): -8824678 or 10115193. OLE color: 10115193.

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

Color convert

RGB12188154-
CMYK0.210.4300.40
HSL270º27.27%47.45%-
HSV(B)270º42.86%60.39%-
XYZ17.2113.3832.25-
YUV105.39155.43139.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 24.24%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=33.33%
G=24.24%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121881540.210.4300.4027027.2747.45
Hex79589A152B02810e1b2f
Octal17113023225530504163357
Binary111100110110001001101010101101011010100010000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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