#775CAD

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

Shades of Blue Marguerite #775CAD

Tints of Blue Marguerite #775CAD

Color information

#775CAD (or 0x775CAD) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5C and AD. RGB value is (119,92,173). Sum of RGB (Red+Green+Blue) = 119+92+173=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #775CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CAD is #88A352. Grayscale: #6D6D6D. Windows color (decimal): -8954707 or 11361399. OLE color: 11361399.

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

Color convert

RGB11992173-
CMYK0.310.4700.32
HSL260º33.06%51.96%-
HSV(B)260º46.82%67.84%-
XYZ18.9814.5941.35-
YUV109.31163.95134.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 92 (36.33% from 255) = 23.96%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=30.99%
G=23.96%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119921730.310.4700.3226033.0651.96
Hex775CAD1F2F0201042134
Octal16713425537570404044164
Binary1110111101110010101101111111011110100000100000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,173); }

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

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

 a { background-color: rgb(119,92,173); }

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

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

 span { border-color: rgb(119,92,173); }

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