#794DAF

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

Shades of Studio #794DAF

Tints of Studio #794DAF

Color information

#794DAF (or 0x794DAF) is unknown color: approx Studio. HEX triplet: 79, 4D and AF. RGB value is (121,77,175). Sum of RGB (Red+Green+Blue) = 121+77+175=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #794DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794DAF is #86B250. Grayscale: #646464. Windows color (decimal): -8827473 or 11488633. OLE color: 11488633.

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

Color convert

RGB12177175-
CMYK0.310.5600.31
HSL266.94º38.89%49.41%-
HSV(B)266.94º56%68.63%-
XYZ18.2812.4742-
YUV101.33169.58142.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=32.44%
G=20.64%
B=46.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121771750.310.5600.31266.9438.8949.41
Hex794DAF1F3801F10b2731
Octal17111525737700374134761
Binary111100110011011010111111111111000011111100001011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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