Html Css Color HEX #784DBF Blue Marguerite

📋 copy color: '#784DBF'

red 120 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #784DBF

Tints of Blue Marguerite #784DBF

RGB

 RED value IS 120 (47.27% from 255) = 30.93%

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

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

R = 30.93%
G = 19.85%
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

#784DBF (or 0x784DBF) is known color: Blue Marguerite. HEX triplet: 78, 4D and BF. RGB value is (120,77,191). Sum of RGB (Red+Green+Blue) = 120+77+191=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 77 (30.47% from 255 or 19.85% 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 #784DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #784DBF is #87B240. Grayscale: #666666. Windows color (decimal): -8892993 or 12537208. OLE color: 12537208.

HSL color Cylindrical-coordinate representation of color #784DBF: 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.6%. Process color model (Four color, CMYK) of #784DBF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 77 191 -
CMYK 0.37 0.60 0 0.25
HSL 262.63º 0.47% 0.53% -
HSV(B) 262.63º 0.6% 0.75% -
XYZ 19.8 13.06 50.77 -
YUV 102.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 120 77 191 0.37 0.60 0 0.25 262.63 0.47 0.53
Hex 78 4D BF 25 3C 0 19 107 2F 35
Octal 170 115 277 45 74 0 31 407 57 65
Binary 1111000 1001101 10111111 100101 111100 0 11001 100000111 101111 110101

Color Harmonies of #784DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784DBF

Black with #784DBF

Text Example


Text Example

White with #784DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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