#79509D

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

Shades of Studio #79509D

Tints of Studio #79509D

Color information

#79509D (or 0x79509D) is unknown color: approx Studio. HEX triplet: 79, 50 and 9D. RGB value is (121,80,157). Sum of RGB (Red+Green+Blue) = 121+80+157=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #79509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79509D is #86AF62. Grayscale: #646464. Windows color (decimal): -8826723 or 10309753. OLE color: 10309753.

HSL color Cylindrical-coordinate representation of color #79509D: hue angle of 271.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79509D is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12180157-
CMYK0.230.4900.38
HSL271.95º32.49%46.47%-
HSV(B)271.95º49.04%61.57%-
XYZ16.8412.2433.37-
YUV101.04159.58142.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=33.80%
G=22.35%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121801570.230.4900.38271.9532.4946.47
Hex79509D1731026110202e
Octal17112023527610464204056
Binary1111001101000010011101101111100010100110100010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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