#794EBD

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

Shades of Blue Marguerite #794EBD

Tints of Blue Marguerite #794EBD

Color information

#794EBD (or 0x794EBD) is unknown color: approx Blue Marguerite. HEX triplet: 79, 4E and BD. RGB value is (121,78,189). Sum of RGB (Red+Green+Blue) = 121+78+189=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #794EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EBD is #86B142. Grayscale: #676767. Windows color (decimal): -8827203 or 12406393. OLE color: 12406393.

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

Color convert

RGB12178189-
CMYK0.360.5900.26
HSL263.24º45.68%52.35%-
HSV(B)263.24º58.73%74.12%-
XYZ19.7913.1949.65-
YUV103.51176.25140.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=31.19%
G=20.10%
B=48.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121781890.360.5900.26263.2445.6852.35
Hex794EBD243B01A1072e34
Octal17111627544730324075664
Binary1111001100111010111101100100111011011010100000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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