#794FB3

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

Shades of Studio #794FB3

Tints of Studio #794FB3

Color information

#794FB3 (or 0x794FB3) is unknown color: approx Studio. HEX triplet: 79, 4F and B3. RGB value is (121,79,179). Sum of RGB (Red+Green+Blue) = 121+79+179=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #794FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FB3 is #86B04C. Grayscale: #666666. Windows color (decimal): -8826957 or 11751289. OLE color: 11751289.

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

Color convert

RGB12179179-
CMYK0.320.5600.30
HSL265.2º39.68%50.59%-
HSV(B)265.2º55.87%70.2%-
XYZ18.8212.9144.15-
YUV102.96170.91140.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 179 (70.31% from 255) = 47.23%
R=31.93%
G=20.84%
B=47.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121791790.320.5600.30265.239.6850.59
Hex794FB3203801E1092833
Octal17111726340700364115063
Binary1111001100111110110011100000111000011110100001001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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