#794DBE

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

Shades of Blue Marguerite #794DBE

Tints of Blue Marguerite #794DBE

Color information

#794DBE (or 0x794DBE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 4D and BE. RGB value is (121,77,190). Sum of RGB (Red+Green+Blue) = 121+77+190=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #794DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DBE is #86B241. Grayscale: #666666. Windows color (decimal): -8827458 or 12471673. OLE color: 12471673.

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

Color convert

RGB12177190-
CMYK0.360.5900.25
HSL263.36º46.5%52.35%-
HSV(B)263.36º59.47%74.51%-
XYZ19.8313.0950.2-
YUV103.04177.08140.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=31.19%
G=19.85%
B=48.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121771900.360.5900.25263.3646.552.35
Hex794DBE243B0191072f34
Octal17111527644730314075764
Binary1111001100110110111110100100111011011001100000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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