#794DAC

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

Shades of Studio #794DAC

Tints of Studio #794DAC

Color information

#794DAC (or 0x794DAC) is unknown color: approx Studio. HEX triplet: 79, 4D and AC. RGB value is (121,77,172). Sum of RGB (Red+Green+Blue) = 121+77+172=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #794DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAC is #86B253. Grayscale: #646464. Windows color (decimal): -8827476 or 11292025. OLE color: 11292025.

HSL color Cylindrical-coordinate representation of color #794DAC: hue angle of 267.79º 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 #794DAC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12177172-
CMYK0.300.5500.33
HSL267.79º38.15%48.82%-
HSV(B)267.79º55.23%67.45%-
XYZ17.9912.3540.47-
YUV100.99168.08142.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 172 (67.58% from 255) = 46.49%
R=32.70%
G=20.81%
B=46.49%

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
Decimal121771720.300.5500.33267.7938.1548.82
Hex794DAC1E3702110c2631
Octal17111525436670414144661
Binary1111001100110110101100111101101110100001100001100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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