Html Css Color HEX #794EC0 Blue Marguerite

📋 copy color: '#794EC0'

red 121 ◦ green 78 ◦ blue 192

#794EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #794EC0

Tints of Blue Marguerite #794EC0

RGB

 RED value IS 121 (47.66% from 255) = 30.95%

 GREEN value IS 78 (30.86% from 255) = 19.95%

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 30.95%
G = 19.95%
B = 49.1%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#794EC0 (or 0x794EC0) is known color: Blue Marguerite. HEX triplet: 79, 4E and C0. RGB value is (121,78,192). Sum of RGB (Red+Green+Blue) = 121+78+192=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #794EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EC0 is #86B13F. Grayscale: #676767. Windows color (decimal): -8827200 or 12603001. OLE color: 12603001.

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

Color convert

RGB 121 78 192 -
CMYK 0.37 0.59 0 0.25
HSL 262.63º 0.48% 0.53% -
HSV(B) 262.63º 0.59% 0.75% -
XYZ 20.12 13.32 51.38 -
YUV 103.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 121 78 192 0.37 0.59 0 0.25 262.63 0.48 0.53
Hex 79 4E C0 25 3B 0 19 107 30 35
Octal 171 116 300 45 73 0 31 407 60 65
Binary 1111001 1001110 11000000 100101 111011 0 11001 100000111 110000 110101

Color Harmonies of #794EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EC0

Black with #794EC0

Text Example


Text Example

White with #794EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #794EC0;
 }
 .AnyTagClassName
 {
   color: #794EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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