#7760BF

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

Shades of Blue Marguerite #7760BF

Tints of Blue Marguerite #7760BF

Color information

#7760BF (or 0x7760BF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 60 and BF. RGB value is (119,96,191). Sum of RGB (Red+Green+Blue) = 119+96+191=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #7760BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760BF is #889F40. Grayscale: #717171. Windows color (decimal): -8953665 or 12542071. OLE color: 12542071.

HSL color Cylindrical-coordinate representation of color #7760BF: hue angle of 254.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7760BF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11996191-
CMYK0.380.5000.25
HSL254.53º42.6%56.27%-
HSV(B)254.53º49.74%74.9%-
XYZ21.1916.0551.27-
YUV113.71171.62131.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 191 (75% from 255) = 47.04%
R=29.31%
G=23.65%
B=47.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119961910.380.5000.25254.5342.656.27
Hex7760BF2632019ff2b38
Octal16714027746620313775370
Binary111011111000001011111110011011001001100111111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7760BF; }

 p { color: rgb(119,96,191); }

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

<style>
 a { background-color: #7760BF; }

 a { background-color: rgb(119,96,191); }

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

<style>
 span { border-color: #7760BF; }

 span { border-color: rgb(119,96,191); }

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