#7760BE

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

Shades of Blue Marguerite #7760BE

Tints of Blue Marguerite #7760BE

Color information

#7760BE (or 0x7760BE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 60 and BE. RGB value is (119,96,190). Sum of RGB (Red+Green+Blue) = 119+96+190=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #7760BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760BE is #889F41. Grayscale: #717171. Windows color (decimal): -8953666 or 12476535. OLE color: 12476535.

HSL color Cylindrical-coordinate representation of color #7760BE: hue angle of 254.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7760BE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11996190-
CMYK0.370.4900.25
HSL254.68º41.96%56.08%-
HSV(B)254.68º49.47%74.51%-
XYZ21.0816.0150.69-
YUV113.59171.12131.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=29.38%
G=23.70%
B=46.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119961900.370.4900.25254.6841.9656.08
Hex7760BE2531019ff2a38
Octal16714027645610313775270
Binary111011111000001011111010010111000101100111111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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