#794CA0

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

Shades of Studio #794CA0

Tints of Studio #794CA0

Color information

#794CA0 (or 0x794CA0) is unknown color: approx Studio. HEX triplet: 79, 4C and A0. RGB value is (121,76,160). Sum of RGB (Red+Green+Blue) = 121+76+160=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #794CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CA0 is #86B35F. Grayscale: #626262. Windows color (decimal): -8827744 or 10505337. OLE color: 10505337.

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

Color convert

RGB12176160-
CMYK0.240.5200.37
HSL272.14º35.59%46.27%-
HSV(B)272.14º52.5%62.75%-
XYZ16.8111.7734.64-
YUV99.03162.41143.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=33.89%
G=21.29%
B=44.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121761600.240.5200.37272.1435.5946.27
Hex794CA01834025110242e
Octal17111424030640454204456
Binary1111001100110010100000110001101000100101100010000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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