#79509C

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

Shades of Studio #79509C

Tints of Studio #79509C

Color information

#79509C (or 0x79509C) is unknown color: approx Studio. HEX triplet: 79, 50 and 9C. RGB value is (121,80,156). Sum of RGB (Red+Green+Blue) = 121+80+156=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #79509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79509C is #86AF63. Grayscale: #646464. Windows color (decimal): -8826724 or 10244217. OLE color: 10244217.

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

Color convert

RGB12180156-
CMYK0.220.4900.39
HSL272.37º32.2%46.27%-
HSV(B)272.37º48.72%61.18%-
XYZ16.7512.232.92-
YUV100.92159.08142.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=33.89%
G=22.41%
B=43.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121801560.220.4900.39272.3732.246.27
Hex79509C1631027110202e
Octal17112023426610474204056
Binary1111001101000010011100101101100010100111100010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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