Html Css Color HEX #774DBD Blue Marguerite

📋 copy color: '#774DBD'

red 119 ◦ green 77 ◦ blue 189

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

Shades of Blue Marguerite #774DBD

Tints of Blue Marguerite #774DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 30.91%
G = 20%
B = 49.09%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#774DBD (or 0x774DBD) is known color: Blue Marguerite. HEX triplet: 77, 4D and BD. RGB value is (119,77,189). Sum of RGB (Red+Green+Blue) = 119+77+189=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #774DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DBD is #88B242. Grayscale: #656565. Windows color (decimal): -8958531 or 12406135. OLE color: 12406135.

HSL color Cylindrical-coordinate representation of color #774DBD: hue angle of 262.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774DBD is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 77 189 -
CMYK 0.37 0.59 0 0.26
HSL 262.5º 0.46% 0.52% -
HSV(B) 262.5º 0.59% 0.74% -
XYZ 19.45 12.9 49.61 -
YUV 102.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 119 77 189 0.37 0.59 0 0.26 262.5 0.46 0.52
Hex 77 4D BD 25 3B 0 1A 106 2E 34
Octal 167 115 275 45 73 0 32 406 56 64
Binary 1110111 1001101 10111101 100101 111011 0 11010 100000110 101110 110100

Color Harmonies of #774DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DBD

Black with #774DBD

Text Example


Text Example

White with #774DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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