Html Css Color HEX #7769BC Blue Marguerite

📋 copy color: '#7769BC'

red 119 ◦ green 105 ◦ blue 188

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

Shades of Blue Marguerite #7769BC

Tints of Blue Marguerite #7769BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 28.88%
G = 25.49%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7769BC (or 0x7769BC) is known color: Blue Marguerite. HEX triplet: 77, 69 and BC. RGB value is (119,105,188). Sum of RGB (Red+Green+Blue) = 119+105+188=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #7769BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7769BC is #889643. Grayscale: #767676. Windows color (decimal): -8951364 or 12347767. OLE color: 12347767.

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

Color convert

RGB 119 105 188 -
CMYK 0.37 0.44 0 0.26
HSL 250.12º 0.38% 0.57% -
HSV(B) 250.12º 0.44% 0.74% -
XYZ 21.74 17.66 49.84 -
YUV 118.65 167.14 128.25 -
System Red Green Blue C M Y K H S L
Decimal 119 105 188 0.37 0.44 0 0.26 250.12 0.38 0.57
Hex 77 69 BC 25 2C 0 1A FA 26 39
Octal 167 151 274 45 54 0 32 372 46 71
Binary 1110111 1101001 10111100 100101 101100 0 11010 11111010 100110 111001

Color Harmonies of #7769BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769BC

Black with #7769BC

Text Example


Text Example

White with #7769BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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