#7761B1

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

Shades of Blue Marguerite #7761B1

Tints of Blue Marguerite #7761B1

Color information

#7761B1 (or 0x7761B1) is unknown color: approx Blue Marguerite. HEX triplet: 77, 61 and B1. RGB value is (119,97,177). Sum of RGB (Red+Green+Blue) = 119+97+177=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7761B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761B1 is #889E4E. Grayscale: #707070. Windows color (decimal): -8953423 or 11624823. OLE color: 11624823.

HSL color Cylindrical-coordinate representation of color #7761B1: hue angle of 256.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7761B1 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11997177-
CMYK0.330.4500.31
HSL256.5º33.9%53.73%-
HSV(B)256.5º45.2%69.41%-
XYZ19.8215.6543.57-
YUV112.7164.29132.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 177 (69.53% from 255) = 45.04%
R=30.28%
G=24.68%
B=45.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119971770.330.4500.31256.533.953.73
Hex7761B1212D01F1002236
Octal16714126141550374004266
Binary1110111110000110110001100001101101011111100000000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761B1; }

 p { color: rgb(119,97,177); }

 H1.HeaderClassName
 {
   color: #7761B1;
 }
 .AnyTagClassName
 {
   color: #7761B1;
 }
</style>
background-color css

<style>
 a { background-color: #7761B1; }

 a { background-color: rgb(119,97,177); }

 div.DivClassName
 {
   background-color: #7761B1;
 }
 .BgClassName
 {
   background-color: #7761B1;
 }
</style>
border-color css

<style>
 span { border-color: #7761B1; }

 span { border-color: rgb(119,97,177); }

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