Html Css Color HEX #776DB6 Blue Marguerite

📋 copy color: '#776DB6'

red 119 ◦ green 109 ◦ blue 182

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

Shades of Blue Marguerite #776DB6

Tints of Blue Marguerite #776DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.39%

R = 29.02%
G = 26.59%
B = 44.39%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#776DB6 (or 0x776DB6) is known color: Blue Marguerite. HEX triplet: 77, 6D and B6. RGB value is (119,109,182). Sum of RGB (Red+Green+Blue) = 119+109+182=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #776DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DB6 is #889249. Grayscale: #787878. Windows color (decimal): -8950346 or 11955575. OLE color: 11955575.

HSL color Cylindrical-coordinate representation of color #776DB6: hue angle of 248.22º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776DB6 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 109 182 -
CMYK 0.35 0.40 0 0.29
HSL 248.22º 0.33% 0.57% -
HSV(B) 248.22º 0.4% 0.71% -
XYZ 21.52 18.24 46.64 -
YUV 120.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 119 109 182 0.35 0.40 0 0.29 248.22 0.33 0.57
Hex 77 6D B6 23 28 0 1D F8 21 39
Octal 167 155 266 43 50 0 35 370 41 71
Binary 1110111 1101101 10110110 100011 101000 0 11101 11111000 100001 111001

Color Harmonies of #776DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DB6

Black with #776DB6

Text Example


Text Example

White with #776DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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