#794EAC

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

Shades of Studio #794EAC

Tints of Studio #794EAC

Color information

#794EAC (or 0x794EAC) is unknown color: approx Studio. HEX triplet: 79, 4E and AC. RGB value is (121,78,172). Sum of RGB (Red+Green+Blue) = 121+78+172=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #794EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAC is #86B153. Grayscale: #656565. Windows color (decimal): -8827220 or 11292281. OLE color: 11292281.

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

Color convert

RGB12178172-
CMYK0.300.5500.33
HSL267.45º37.6%49.02%-
HSV(B)267.45º54.65%67.45%-
XYZ18.0612.4940.49-
YUV101.57167.75141.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.61%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=32.61%
G=21.02%
B=46.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121781720.300.5500.33267.4537.649.02
Hex794EAC1E3702110b2631
Octal17111625436670414134661
Binary1111001100111010101100111101101110100001100001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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