#79589B

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

Shades of Studio #79589B

Tints of Studio #79589B

Color information

#79589B (or 0x79589B) is unknown color: approx Studio. HEX triplet: 79, 58 and 9B. RGB value is (121,88,155). Sum of RGB (Red+Green+Blue) = 121+88+155=364 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.24% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #79589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79589B is #86A764. Grayscale: #696969. Windows color (decimal): -8824677 or 10180729. OLE color: 10180729.

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

Color convert

RGB12188155-
CMYK0.220.4300.39
HSL269.55º27.57%47.65%-
HSV(B)269.55º43.23%60.78%-
XYZ17.2913.4132.69-
YUV105.51155.93139.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.24%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=33.24%
G=24.18%
B=42.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121881550.220.4300.39269.5527.5747.65
Hex79589B162B02710e1c30
Octal17113023326530474163460
Binary111100110110001001101110110101011010011110000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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