#794BBD

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

Shades of Studio #794BBD

Tints of Studio #794BBD

Color information

#794BBD (or 0x794BBD) is unknown color: approx Studio. HEX triplet: 79, 4B and BD. RGB value is (121,75,189). Sum of RGB (Red+Green+Blue) = 121+75+189=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #794BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BBD is #86B442. Grayscale: #656565. Windows color (decimal): -8827971 or 12405625. OLE color: 12405625.

HSL color Cylindrical-coordinate representation of color #794BBD: hue angle of 264.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794BBD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12175189-
CMYK0.360.6000.26
HSL264.21º46.34%51.76%-
HSV(B)264.21º60.32%74.12%-
XYZ19.5912.7749.58-
YUV101.75177.24141.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=31.43%
G=19.48%
B=49.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121751890.360.6000.26264.2146.3451.76
Hex794BBD243C01A1082e34
Octal17111327544740324105664
Binary1111001100101110111101100100111100011010100001000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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