#7755BB

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

Shades of Blue Marguerite #7755BB

Tints of Blue Marguerite #7755BB

Color information

#7755BB (or 0x7755BB) is unknown color: approx Blue Marguerite. HEX triplet: 77, 55 and BB. RGB value is (119,85,187). Sum of RGB (Red+Green+Blue) = 119+85+187=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #7755BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755BB is #88AA44. Grayscale: #6A6A6A. Windows color (decimal): -8956485 or 12277111. OLE color: 12277111.

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

Color convert

RGB11985187-
CMYK0.360.5500.27
HSL260º42.86%53.33%-
HSV(B)260º54.55%73.33%-
XYZ19.8314.0148.67-
YUV106.79173.26136.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=30.43%
G=21.74%
B=47.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119851870.360.5500.2726042.8653.33
Hex7755BB243701B1042b35
Octal16712527344670334045365
Binary1110111101010110111011100100110111011011100000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7755BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7755BB; }

 p { color: rgb(119,85,187); }

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

<style>
 a { background-color: #7755BB; }

 a { background-color: rgb(119,85,187); }

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

<style>
 span { border-color: #7755BB; }

 span { border-color: rgb(119,85,187); }

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