Html Css Color HEX #794FBC Blue Marguerite

📋 copy color: '#794FBC'

red 121 ◦ green 79 ◦ blue 188

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

Shades of Blue Marguerite #794FBC

Tints of Blue Marguerite #794FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.36%

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 31.19%
G = 20.36%
B = 48.45%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#794FBC (or 0x794FBC) is known color: Blue Marguerite. HEX triplet: 79, 4F and BC. RGB value is (121,79,188). Sum of RGB (Red+Green+Blue) = 121+79+188=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #794FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FBC is #86B043. Grayscale: #676767. Windows color (decimal): -8826948 or 12341113. OLE color: 12341113.

HSL color Cylindrical-coordinate representation of color #794FBC: hue angle of 263.12º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794FBC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 79 188 -
CMYK 0.36 0.58 0 0.26
HSL 263.12º 0.45% 0.52% -
HSV(B) 263.12º 0.58% 0.74% -
XYZ 19.76 13.29 49.1 -
YUV 103.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 121 79 188 0.36 0.58 0 0.26 263.12 0.45 0.52
Hex 79 4F BC 24 3A 0 1A 107 2D 34
Octal 171 117 274 44 72 0 32 407 55 64
Binary 1111001 1001111 10111100 100100 111010 0 11010 100000111 101101 110100

Color Harmonies of #794FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FBC

Black with #794FBC

Text Example


Text Example

White with #794FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,79,188); }

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

background-color css

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

 a { background-color: rgb(121,79,188); }

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

border-color css

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

 span { border-color: rgb(121,79,188); }

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