#785EAD

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

Shades of Blue Marguerite #785EAD

Tints of Blue Marguerite #785EAD

Color information

#785EAD (or 0x785EAD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5E and AD. RGB value is (120,94,173). Sum of RGB (Red+Green+Blue) = 120+94+173=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #785EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EAD is #87A152. Grayscale: #6E6E6E. Windows color (decimal): -8888659 or 11361912. OLE color: 11361912.

HSL color Cylindrical-coordinate representation of color #785EAD: hue angle of 259.75º 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 #785EAD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12094173-
CMYK0.310.4600.32
HSL259.75º32.51%52.35%-
HSV(B)259.75º45.66%67.84%-
XYZ19.2915.0241.42-
YUV110.78163.11134.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=31.01%
G=24.29%
B=44.70%

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
Decimal120941730.310.4600.32259.7532.5152.35
Hex785EAD1F2E0201042134
Octal17013625537560404044164
Binary1111000101111010101101111111011100100000100000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785EAD; }

 p { color: rgb(120,94,173); }

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

<style>
 a { background-color: #785EAD; }

 a { background-color: rgb(120,94,173); }

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

<style>
 span { border-color: #785EAD; }

 span { border-color: rgb(120,94,173); }

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