#794CA8

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

Shades of Studio #794CA8

Tints of Studio #794CA8

Color information

#794CA8 (or 0x794CA8) is unknown color: approx Studio. HEX triplet: 79, 4C and A8. RGB value is (121,76,168). Sum of RGB (Red+Green+Blue) = 121+76+168=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 168 - color contains mainly: blue. Hex color #794CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CA8 is #86B357. Grayscale: #636363. Windows color (decimal): -8827736 or 11029625. OLE color: 11029625.

HSL color Cylindrical-coordinate representation of color #794CA8: hue angle of 269.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794CA8 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12176168-
CMYK0.280.5500.34
HSL269.35º37.7%47.84%-
HSV(B)269.35º54.76%65.88%-
XYZ17.5412.0638.45-
YUV99.94166.41143.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 168 (66.02% from 255) = 46.03%
R=33.15%
G=20.82%
B=46.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121761680.280.5500.34269.3537.747.84
Hex794CA81C3702210d2630
Octal17111425034670424154660
Binary1111001100110010101000111001101110100010100001101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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