#794BBF

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

Shades of Studio #794BBF

Tints of Studio #794BBF

Color information

#794BBF (or 0x794BBF) is unknown color: approx Studio. HEX triplet: 79, 4B and BF. RGB value is (121,75,191). Sum of RGB (Red+Green+Blue) = 121+75+191=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #794BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BBF is #86B440. Grayscale: #656565. Windows color (decimal): -8827969 or 12536697. OLE color: 12536697.

HSL color Cylindrical-coordinate representation of color #794BBF: hue angle of 263.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #794BBF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12175191-
CMYK0.370.6100.25
HSL263.79º47.54%52.16%-
HSV(B)263.79º60.73%74.9%-
XYZ19.8112.8650.73-
YUV101.98178.24141.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.27%
GREEN value IS 75 (29.69% from 255) = 19.38%
BLUE value IS 191 (75% from 255) = 49.35%
R=31.27%
G=19.38%
B=49.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121751910.370.6100.25263.7947.5452.16
Hex794BBF253D0191083034
Octal17111327745750314106064
Binary1111001100101110111111100101111101011001100001000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,75,191); }

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

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

 a { background-color: rgb(121,75,191); }

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

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

 span { border-color: rgb(121,75,191); }

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