#7760BA

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

Shades of Blue Marguerite #7760BA

Tints of Blue Marguerite #7760BA

Color information

#7760BA (or 0x7760BA) is unknown color: approx Blue Marguerite. HEX triplet: 77, 60 and BA. RGB value is (119,96,186). Sum of RGB (Red+Green+Blue) = 119+96+186=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #7760BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760BA is #889F45. Grayscale: #707070. Windows color (decimal): -8953670 or 12214391. OLE color: 12214391.

HSL color Cylindrical-coordinate representation of color #7760BA: hue angle of 255.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7760BA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11996186-
CMYK0.360.4800.27
HSL255.33º39.47%55.29%-
HSV(B)255.33º48.39%72.94%-
XYZ20.6515.8348.42-
YUV113.14169.12132.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=29.68%
G=23.94%
B=46.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119961860.360.4800.27255.3339.4755.29
Hex7760BA243001Bff2737
Octal16714027244600333774767
Binary111011111000001011101010010011000001101111111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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