#794EBB

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

Shades of Studio #794EBB

Tints of Studio #794EBB

Color information

#794EBB (or 0x794EBB) is unknown color: approx Studio. HEX triplet: 79, 4E and BB. RGB value is (121,78,187). Sum of RGB (Red+Green+Blue) = 121+78+187=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #794EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EBB is #86B144. Grayscale: #666666. Windows color (decimal): -8827205 or 12275321. OLE color: 12275321.

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

Color convert

RGB12178187-
CMYK0.350.5800.27
HSL263.67º44.49%51.96%-
HSV(B)263.67º58.29%73.33%-
XYZ19.5813.148.51-
YUV103.28175.25140.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=31.35%
G=20.21%
B=48.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121781870.350.5800.27263.6744.4951.96
Hex794EBB233A01B1082c34
Octal17111627343720334105464
Binary1111001100111010111011100011111010011011100001000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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