#775BB0

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

Shades of Blue Marguerite #775BB0

Tints of Blue Marguerite #775BB0

Color information

#775BB0 (or 0x775BB0) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and B0. RGB value is (119,91,176). Sum of RGB (Red+Green+Blue) = 119+91+176=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #775BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775BB0 is #88A44F. Grayscale: #6C6C6C. Windows color (decimal): -8954960 or 11557751. OLE color: 11557751.

HSL color Cylindrical-coordinate representation of color #775BB0: hue angle of 259.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775BB0 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11991176-
CMYK0.320.4800.31
HSL259.76º34.98%52.35%-
HSV(B)259.76º48.3%69.02%-
XYZ19.1914.5442.87-
YUV109.06165.78135.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 176 (69.14% from 255) = 45.60%
R=30.83%
G=23.58%
B=45.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119911760.320.4800.31259.7634.9852.35
Hex775BB0203001F1042334
Octal16713326040600374044364
Binary1110111101101110110000100000110000011111100000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775BB0; }

 p { color: rgb(119,91,176); }

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

<style>
 a { background-color: #775BB0; }

 a { background-color: rgb(119,91,176); }

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

<style>
 span { border-color: #775BB0; }

 span { border-color: rgb(119,91,176); }

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