#794DB3

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

Shades of Studio #794DB3

Tints of Studio #794DB3

Color information

#794DB3 (or 0x794DB3) is unknown color: approx Studio. HEX triplet: 79, 4D and B3. RGB value is (121,77,179). Sum of RGB (Red+Green+Blue) = 121+77+179=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #794DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DB3 is #86B24C. Grayscale: #656565. Windows color (decimal): -8827469 or 11750777. OLE color: 11750777.

HSL color Cylindrical-coordinate representation of color #794DB3: hue angle of 265.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794DB3 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12177179-
CMYK0.320.5700.30
HSL265.88º40.16%50.2%-
HSV(B)265.88º56.98%70.2%-
XYZ18.6812.6344.1-
YUV101.78171.58141.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 179 (70.31% from 255) = 47.48%
R=32.10%
G=20.42%
B=47.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121771790.320.5700.30265.8840.1650.2
Hex794DB3203901E10a2832
Octal17111526340710364125062
Binary1111001100110110110011100000111001011110100001010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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