#785CAD

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

Shades of Blue Marguerite #785CAD

Tints of Blue Marguerite #785CAD

Color information

#785CAD (or 0x785CAD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and AD. RGB value is (120,92,173). Sum of RGB (Red+Green+Blue) = 120+92+173=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 92 (36.33% from 255 or 23.90% 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 #785CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CAD is #87A352. Grayscale: #6D6D6D. Windows color (decimal): -8889171 or 11361400. OLE color: 11361400.

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

Color convert

RGB12092173-
CMYK0.310.4700.32
HSL260.74º33.06%51.96%-
HSV(B)260.74º46.82%67.84%-
XYZ19.1214.6641.36-
YUV109.61163.78135.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=31.17%
G=23.90%
B=44.94%

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
Decimal120921730.310.4700.32260.7433.0651.96
Hex785CAD1F2F0201052134
Octal17013425537570404054164
Binary1111000101110010101101111111011110100000100000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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