#7761B4

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

Shades of Blue Marguerite #7761B4

Tints of Blue Marguerite #7761B4

Color information

#7761B4 (or 0x7761B4) is unknown color: approx Blue Marguerite. HEX triplet: 77, 61 and B4. RGB value is (119,97,180). Sum of RGB (Red+Green+Blue) = 119+97+180=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #7761B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761B4 is #889E4B. Grayscale: #707070. Windows color (decimal): -8953420 or 11821431. OLE color: 11821431.

HSL color Cylindrical-coordinate representation of color #7761B4: hue angle of 255.9º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7761B4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11997180-
CMYK0.340.4600.29
HSL255.9º35.62%54.31%-
HSV(B)255.9º46.11%70.59%-
XYZ20.1215.7745.16-
YUV113.04165.79132.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 180 (70.70% from 255) = 45.45%
R=30.05%
G=24.49%
B=45.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119971800.340.4600.29255.935.6254.31
Hex7761B4222E01D1002436
Octal16714126442560354004466
Binary1110111110000110110100100010101110011101100000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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