Html Css Color HEX #774DBF Blue Marguerite

📋 copy color: '#774DBF'

red 119 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #774DBF

Tints of Blue Marguerite #774DBF

RGB

 RED value IS 119 (46.88% from 255) = 30.75%

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

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

R = 30.75%
G = 19.9%
B = 49.35%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#774DBF (or 0x774DBF) is known color: Blue Marguerite. HEX triplet: 77, 4D and BF. RGB value is (119,77,191). Sum of RGB (Red+Green+Blue) = 119+77+191=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #774DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DBF is #88B240. Grayscale: #666666. Windows color (decimal): -8958529 or 12537207. OLE color: 12537207.

HSL color Cylindrical-coordinate representation of color #774DBF: hue angle of 262.11º 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 #774DBF is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 77 191 -
CMYK 0.38 0.60 0 0.25
HSL 262.11º 0.47% 0.53% -
HSV(B) 262.11º 0.6% 0.75% -
XYZ 19.67 12.99 50.76 -
YUV 102.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 119 77 191 0.38 0.60 0 0.25 262.11 0.47 0.53
Hex 77 4D BF 26 3C 0 19 106 2F 35
Octal 167 115 277 46 74 0 31 406 57 65
Binary 1110111 1001101 10111111 100110 111100 0 11001 100000110 101111 110101

Color Harmonies of #774DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DBF

Black with #774DBF

Text Example


Text Example

White with #774DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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