#7764B1

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

Shades of Blue Marguerite #7764B1

Tints of Blue Marguerite #7764B1

Color information

#7764B1 (or 0x7764B1) is unknown color: approx Blue Marguerite. HEX triplet: 77, 64 and B1. RGB value is (119,100,177). Sum of RGB (Red+Green+Blue) = 119+100+177=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #7764B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7764B1 is #889B4E. Grayscale: #727272. Windows color (decimal): -8952655 or 11625591. OLE color: 11625591.

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

Color convert

RGB119100177-
CMYK0.330.4400.31
HSL254.81º33.05%54.31%-
HSV(B)254.81º43.5%69.41%-
XYZ20.116.2143.66-
YUV114.46163.29131.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=30.05%
G=25.25%
B=44.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191001770.330.4400.31254.8133.0554.31
Hex7764B1212C01Fff2136
Octal16714426141540373774166
Binary111011111001001011000110000110110001111111111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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