Html Css Color HEX #776DB4 Blue Marguerite

📋 copy color: '#776DB4'

red 119 ◦ green 109 ◦ blue 180

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

Shades of Blue Marguerite #776DB4

Tints of Blue Marguerite #776DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 29.17%
G = 26.72%
B = 44.12%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#776DB4 (or 0x776DB4) is known color: Blue Marguerite. HEX triplet: 77, 6D and B4. RGB value is (119,109,180). Sum of RGB (Red+Green+Blue) = 119+109+180=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #776DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DB4 is #88924B. Grayscale: #777777. Windows color (decimal): -8950348 or 11824503. OLE color: 11824503.

HSL color Cylindrical-coordinate representation of color #776DB4: hue angle of 248.45º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776DB4 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 109 180 -
CMYK 0.34 0.39 0 0.29
HSL 248.45º 0.32% 0.57% -
HSV(B) 248.45º 0.39% 0.71% -
XYZ 21.31 18.15 45.56 -
YUV 120.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 119 109 180 0.34 0.39 0 0.29 248.45 0.32 0.57
Hex 77 6D B4 22 27 0 1D F8 20 39
Octal 167 155 264 42 47 0 35 370 40 71
Binary 1110111 1101101 10110100 100010 100111 0 11101 11111000 100000 111001

Color Harmonies of #776DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DB4

Black with #776DB4

Text Example


Text Example

White with #776DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776DB4; }

 p { color: rgb(119,109,180); }

 H1.HeaderClassName
 {
   color: #776DB4;
 }
 .AnyTagClassName
 {
   color: #776DB4;
 }
</style>

background-color css

<style>
 a { background-color: #776DB4; }

 a { background-color: rgb(119,109,180); }

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

border-color css

<style>
 span { border-color: #776DB4; }

 span { border-color: rgb(119,109,180); }

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