Html Css Color HEX #794DBF Blue Marguerite

📋 copy color: '#794DBF'

red 121 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #794DBF

Tints of Blue Marguerite #794DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

 BLUE value IS 191 (75% from 255) = 49.1%

R = 31.11%
G = 19.79%
B = 49.1%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#794DBF (or 0x794DBF) is known color: Blue Marguerite. HEX triplet: 79, 4D and BF. RGB value is (121,77,191). Sum of RGB (Red+Green+Blue) = 121+77+191=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #794DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DBF is #86B240. Grayscale: #666666. Windows color (decimal): -8827457 or 12537209. OLE color: 12537209.

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

Color convert

RGB 121 77 191 -
CMYK 0.37 0.60 0 0.25
HSL 263.16º 0.47% 0.53% -
HSV(B) 263.16º 0.6% 0.75% -
XYZ 19.94 13.13 50.77 -
YUV 103.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 121 77 191 0.37 0.60 0 0.25 263.16 0.47 0.53
Hex 79 4D BF 25 3C 0 19 107 2F 35
Octal 171 115 277 45 74 0 31 407 57 65
Binary 1111001 1001101 10111111 100101 111100 0 11001 100000111 101111 110101

Color Harmonies of #794DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DBF

Black with #794DBF

Text Example


Text Example

White with #794DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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