Html Css Color HEX #794CBF Blue Marguerite

📋 copy color: '#794CBF'

red 121 ◦ green 76 ◦ blue 191

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

Shades of Blue Marguerite #794CBF

Tints of Blue Marguerite #794CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 31.19%
G = 19.59%
B = 49.23%

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

#794CBF (or 0x794CBF) is known color: Blue Marguerite. HEX triplet: 79, 4C and BF. RGB value is (121,76,191). Sum of RGB (Red+Green+Blue) = 121+76+191=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #794CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CBF is #86B340. Grayscale: #666666. Windows color (decimal): -8827713 or 12536953. OLE color: 12536953.

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

Color convert

RGB 121 76 191 -
CMYK 0.37 0.60 0 0.25
HSL 263.48º 0.47% 0.52% -
HSV(B) 263.48º 0.6% 0.75% -
XYZ 19.87 13 50.75 -
YUV 102.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 121 76 191 0.37 0.60 0 0.25 263.48 0.47 0.52
Hex 79 4C BF 25 3C 0 19 107 2F 34
Octal 171 114 277 45 74 0 31 407 57 64
Binary 1111001 1001100 10111111 100101 111100 0 11001 100000111 101111 110100

Color Harmonies of #794CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CBF

Black with #794CBF

Text Example


Text Example

White with #794CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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