#79509F

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

Shades of Studio #79509F

Tints of Studio #79509F

Color information

#79509F (or 0x79509F) is unknown color: approx Studio. HEX triplet: 79, 50 and 9F. RGB value is (121,80,159). Sum of RGB (Red+Green+Blue) = 121+80+159=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #79509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79509F is #86AF60. Grayscale: #646464. Windows color (decimal): -8826721 or 10440825. OLE color: 10440825.

HSL color Cylindrical-coordinate representation of color #79509F: hue angle of 271.14º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79509F is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12180159-
CMYK0.240.5000.38
HSL271.14º33.05%46.86%-
HSV(B)271.14º49.69%62.35%-
XYZ17.0112.3134.28-
YUV101.26160.58142.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=33.61%
G=22.22%
B=44.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121801590.240.5000.38271.1433.0546.86
Hex79509F183202610f212f
Octal17112023730620464174157
Binary1111001101000010011111110001100100100110100001111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79509F; }

 p { color: rgb(121,80,159); }

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

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

 a { background-color: rgb(121,80,159); }

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

<style>
 span { border-color: #79509F; }

 span { border-color: rgb(121,80,159); }

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