#794FA0

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

Shades of Studio #794FA0

Tints of Studio #794FA0

Color information

#794FA0 (or 0x794FA0) is unknown color: approx Studio. HEX triplet: 79, 4F and A0. RGB value is (121,79,160). Sum of RGB (Red+Green+Blue) = 121+79+160=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #794FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794FA0 is #86B05F. Grayscale: #646464. Windows color (decimal): -8826976 or 10506105. OLE color: 10506105.

HSL color Cylindrical-coordinate representation of color #794FA0: hue angle of 271.11º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794FA0 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12179160-
CMYK0.240.5100.37
HSL271.11º33.89%46.86%-
HSV(B)271.11º50.63%62.75%-
XYZ17.0312.1934.71-
YUV100.79161.41142.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.61%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=33.61%
G=21.94%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121791600.240.5100.37271.1133.8946.86
Hex794FA0183302510f222f
Octal17111724030630454174257
Binary1111001100111110100000110001100110100101100001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794FA0; }

 p { color: rgb(121,79,160); }

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

<style>
 a { background-color: #794FA0; }

 a { background-color: rgb(121,79,160); }

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

<style>
 span { border-color: #794FA0; }

 span { border-color: rgb(121,79,160); }

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