Html Css Color HEX #794DBE Blue Marguerite

📋 copy color: '#794DBE'

red 121 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #794DBE

Tints of Blue Marguerite #794DBE

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 value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#794DBE (or 0x794DBE) is known color: 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

RGB 121 77 190 -
CMYK 0.36 0.59 0 0.25
HSL 263.36º 0.47% 0.52% -
HSV(B) 263.36º 0.59% 0.75% -
XYZ 19.83 13.09 50.2 -
YUV 103.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 121 77 190 0.36 0.59 0 0.25 263.36 0.47 0.52
Hex 79 4D BE 24 3B 0 19 107 2F 34
Octal 171 115 276 44 73 0 31 407 57 64
Binary 1111001 1001101 10111110 100100 111011 0 11001 100000111 101111 110100

Color Harmonies of #794DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DBE

Black with #794DBE

Text Example


Text Example

White with #794DBE

Text Example


Text Example

HTML Codes & Css Web 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>