#7769BC

Color #7769BC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7769BC

Tints of Blue Marguerite #7769BC

Color information

#7769BC (or 0x7769BC) is unknown color: approx 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

RGB119105188-
CMYK0.370.4400.26
HSL250.12º38.25%57.45%-
HSV(B)250.12º44.15%73.73%-
XYZ21.7417.6649.84-
YUV118.65167.14128.25-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191051880.370.4400.26250.1238.2557.45
Hex7769BC252C01Afa2639
Octal16715127445540323724671
Binary111011111010011011110010010110110001101011111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>