#794EAA

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

Shades of Studio #794EAA

Tints of Studio #794EAA

Color information

#794EAA (or 0x794EAA) is unknown color: approx Studio. HEX triplet: 79, 4E and AA. RGB value is (121,78,170). Sum of RGB (Red+Green+Blue) = 121+78+170=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #794EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAA is #86B155. Grayscale: #656565. Windows color (decimal): -8827222 or 11161209. OLE color: 11161209.

HSL color Cylindrical-coordinate representation of color #794EAA: hue angle of 268.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794EAA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12178170-
CMYK0.290.5400.33
HSL268.04º37.1%48.63%-
HSV(B)268.04º54.12%66.67%-
XYZ17.8712.4239.49-
YUV101.34166.75142.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=32.79%
G=21.14%
B=46.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121781700.290.5400.33268.0437.148.63
Hex794EAA1D3602110c2531
Octal17111625235660414144561
Binary1111001100111010101010111011101100100001100001100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,78,170); }

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

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

 a { background-color: rgb(121,78,170); }

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

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

 span { border-color: rgb(121,78,170); }

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