#775BBF

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

Shades of Blue Marguerite #775BBF

Tints of Blue Marguerite #775BBF

Color information

#775BBF (or 0x775BBF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and BF. RGB value is (119,91,191). Sum of RGB (Red+Green+Blue) = 119+91+191=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #775BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BBF is #88A440. Grayscale: #6E6E6E. Windows color (decimal): -8954945 or 12540791. OLE color: 12540791.

HSL color Cylindrical-coordinate representation of color #775BBF: hue angle of 256.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775BBF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11991191-
CMYK0.380.5200.25
HSL256.8º43.86%55.29%-
HSV(B)256.8º52.36%74.9%-
XYZ20.7515.1751.12-
YUV110.77173.28133.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 191 (75% from 255) = 47.63%
R=29.68%
G=22.69%
B=47.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119911910.380.5200.25256.843.8655.29
Hex775BBF26340191012c37
Octal16713327746640314015467
Binary1110111101101110111111100110110100011001100000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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