Html Css Color HEX #7769BA Blue Marguerite

📋 copy color: '#7769BA'

red 119 ◦ green 105 ◦ blue 186

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

Shades of Blue Marguerite #7769BA

Tints of Blue Marguerite #7769BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 29.02%
G = 25.61%
B = 45.37%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7769BA (or 0x7769BA) is known color: Blue Marguerite. HEX triplet: 77, 69 and BA. RGB value is (119,105,186). Sum of RGB (Red+Green+Blue) = 119+105+186=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #7769BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769BA is #889645. Grayscale: #767676. Windows color (decimal): -8951366 or 12216695. OLE color: 12216695.

HSL color Cylindrical-coordinate representation of color #7769BA: hue angle of 250.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7769BA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 105 186 -
CMYK 0.36 0.44 0 0.27
HSL 250.37º 0.37% 0.57% -
HSV(B) 250.37º 0.44% 0.73% -
XYZ 21.52 17.57 48.71 -
YUV 118.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 119 105 186 0.36 0.44 0 0.27 250.37 0.37 0.57
Hex 77 69 BA 24 2C 0 1B FA 25 39
Octal 167 151 272 44 54 0 33 372 45 71
Binary 1110111 1101001 10111010 100100 101100 0 11011 11111010 100101 111001

Color Harmonies of #7769BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769BA

Black with #7769BA

Text Example


Text Example

White with #7769BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7769BA; }

 p { color: rgb(119,105,186); }

 H1.HeaderClassName
 {
   color: #7769BA;
 }
 .AnyTagClassName
 {
   color: #7769BA;
 }
</style>

background-color css

<style>
 a { background-color: #7769BA; }

 a { background-color: rgb(119,105,186); }

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

border-color css

<style>
 span { border-color: #7769BA; }

 span { border-color: rgb(119,105,186); }

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