#775BAE

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

Shades of Blue Marguerite #775BAE

Tints of Blue Marguerite #775BAE

Color information

#775BAE (or 0x775BAE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and AE. RGB value is (119,91,174). Sum of RGB (Red+Green+Blue) = 119+91+174=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #775BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775BAE is #88A451. Grayscale: #6C6C6C. Windows color (decimal): -8954962 or 11426679. OLE color: 11426679.

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

Color convert

RGB11991174-
CMYK0.320.4800.32
HSL260.24º33.88%51.96%-
HSV(B)260.24º47.7%68.24%-
XYZ18.9914.4641.83-
YUV108.83164.78135.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=30.99%
G=23.70%
B=45.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119911740.320.4800.32260.2433.8851.96
Hex775BAE20300201042234
Octal16713325640600404044264
Binary11101111011011101011101000001100000100000100000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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