#7760B1

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

Shades of Blue Marguerite #7760B1

Tints of Blue Marguerite #7760B1

Color information

#7760B1 (or 0x7760B1) is unknown color: approx Blue Marguerite. HEX triplet: 77, 60 and B1. RGB value is (119,96,177). Sum of RGB (Red+Green+Blue) = 119+96+177=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #7760B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760B1 is #889F4E. Grayscale: #6F6F6F. Windows color (decimal): -8953679 or 11624567. OLE color: 11624567.

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

Color convert

RGB11996177-
CMYK0.330.4600.31
HSL257.04º34.18%53.53%-
HSV(B)257.04º45.76%69.41%-
XYZ19.7315.4643.54-
YUV112.11164.62132.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=30.36%
G=24.49%
B=45.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119961770.330.4600.31257.0434.1853.53
Hex7760B1212E01F1012236
Octal16714026141560374014266
Binary1110111110000010110001100001101110011111100000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7760B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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