#775DAD

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

Shades of Blue Marguerite #775DAD

Tints of Blue Marguerite #775DAD

Color information

#775DAD (or 0x775DAD) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5D and AD. RGB value is (119,93,173). Sum of RGB (Red+Green+Blue) = 119+93+173=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #775DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775DAD is #88A252. Grayscale: #6D6D6D. Windows color (decimal): -8954451 or 11361655. OLE color: 11361655.

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

Color convert

RGB11993173-
CMYK0.310.4600.32
HSL259.5º32.79%52.16%-
HSV(B)259.5º46.24%67.84%-
XYZ19.0614.7741.38-
YUV109.89163.61134.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.91%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=30.91%
G=24.16%
B=44.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119931730.310.4600.32259.532.7952.16
Hex775DAD1F2E0201042134
Octal16713525537560404044164
Binary1110111101110110101101111111011100100000100000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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