#794CAF

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

Shades of Studio #794CAF

Tints of Studio #794CAF

Color information

#794CAF (or 0x794CAF) is unknown color: approx Studio. HEX triplet: 79, 4C and AF. RGB value is (121,76,175). Sum of RGB (Red+Green+Blue) = 121+76+175=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #794CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CAF is #86B350. Grayscale: #646464. Windows color (decimal): -8827729 or 11488377. OLE color: 11488377.

HSL color Cylindrical-coordinate representation of color #794CAF: hue angle of 267.27º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794CAF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12176175-
CMYK0.310.5700.31
HSL267.27º39.44%49.22%-
HSV(B)267.27º56.57%68.63%-
XYZ18.2112.3341.98-
YUV100.74169.91142.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.53%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=32.53%
G=20.43%
B=47.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121761750.310.5700.31267.2739.4449.22
Hex794CAF1F3901F10b2731
Octal17111425737710374134761
Binary111100110011001010111111111111001011111100001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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