#794EAD

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

Shades of Studio #794EAD

Tints of Studio #794EAD

Color information

#794EAD (or 0x794EAD) is unknown color: approx Studio. HEX triplet: 79, 4E and AD. RGB value is (121,78,173). Sum of RGB (Red+Green+Blue) = 121+78+173=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #794EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAD is #86B152. Grayscale: #656565. Windows color (decimal): -8827219 or 11357817. OLE color: 11357817.

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

Color convert

RGB12178173-
CMYK0.300.5500.32
HSL267.16º37.85%49.22%-
HSV(B)267.16º54.91%67.84%-
XYZ18.1512.5341-
YUV101.69168.25141.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.53%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=32.53%
G=20.97%
B=46.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121781730.300.5500.32267.1637.8549.22
Hex794EAD1E3702010b2631
Octal17111625536670404134661
Binary1111001100111010101101111101101110100000100001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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