#775BBD

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

Shades of Blue Marguerite #775BBD

Tints of Blue Marguerite #775BBD

Color information

#775BBD (or 0x775BBD) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and BD. RGB value is (119,91,189). Sum of RGB (Red+Green+Blue) = 119+91+189=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #775BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BBD is #88A442. Grayscale: #6E6E6E. Windows color (decimal): -8954947 or 12409719. OLE color: 12409719.

HSL color Cylindrical-coordinate representation of color #775BBD: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775BBD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11991189-
CMYK0.370.5200.26
HSL257.14º42.61%54.9%-
HSV(B)257.14º51.85%74.12%-
XYZ20.5315.0849.97-
YUV110.54172.28134.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=29.82%
G=22.81%
B=47.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal119911890.370.5200.26257.1442.6154.9
Hex775BBD253401A1012b37
Octal16713327545640324015367
Binary1110111101101110111101100101110100011010100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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