#794DBB

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

Shades of Studio #794DBB

Tints of Studio #794DBB

Color information

#794DBB (or 0x794DBB) is unknown color: approx Studio. HEX triplet: 79, 4D and BB. RGB value is (121,77,187). Sum of RGB (Red+Green+Blue) = 121+77+187=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #794DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DBB is #86B244. Grayscale: #666666. Windows color (decimal): -8827461 or 12275065. OLE color: 12275065.

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

Color convert

RGB12177187-
CMYK0.350.5900.27
HSL264º44.72%51.76%-
HSV(B)264º58.82%73.33%-
XYZ19.5112.9648.49-
YUV102.7175.58141.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=31.43%
G=20%
B=48.57%

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
Decimal121771870.350.5900.2726444.7251.76
Hex794DBB233B01B1082d34
Octal17111527343730334105564
Binary1111001100110110111011100011111011011011100001000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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