#794CB9

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

Shades of Studio #794CB9

Tints of Studio #794CB9

Color information

#794CB9 (or 0x794CB9) is unknown color: approx Studio. HEX triplet: 79, 4C and B9. RGB value is (121,76,185). Sum of RGB (Red+Green+Blue) = 121+76+185=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #794CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CB9 is #86B346. Grayscale: #656565. Windows color (decimal): -8827719 or 12143737. OLE color: 12143737.

HSL color Cylindrical-coordinate representation of color #794CB9: hue angle of 264.77º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #794CB9 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12176185-
CMYK0.350.5900.27
HSL264.77º43.78%51.18%-
HSV(B)264.77º58.92%72.55%-
XYZ19.2312.7447.34-
YUV101.88174.91141.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.68%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 185 (72.66% from 255) = 48.43%
R=31.68%
G=19.90%
B=48.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121761850.350.5900.27264.7743.7851.18
Hex794CB9233B01B1092c33
Octal17111427143730334115463
Binary1111001100110010111001100011111011011011100001001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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