#785DAF

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

Shades of Blue Marguerite #785DAF

Tints of Blue Marguerite #785DAF

Color information

#785DAF (or 0x785DAF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5D and AF. RGB value is (120,93,175). Sum of RGB (Red+Green+Blue) = 120+93+175=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #785DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAF is #87A250. Grayscale: #6E6E6E. Windows color (decimal): -8888913 or 11492728. OLE color: 11492728.

HSL color Cylindrical-coordinate representation of color #785DAF: hue angle of 259.76º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785DAF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12093175-
CMYK0.310.4700.31
HSL259.76º33.88%52.55%-
HSV(B)259.76º46.86%68.63%-
XYZ19.414.9242.41-
YUV110.42164.45134.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=30.93%
G=23.97%
B=45.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120931750.310.4700.31259.7633.8852.55
Hex785DAF1F2F01F1042235
Octal17013525737570374044265
Binary111100010111011010111111111101111011111100000100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,175); }

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

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

 a { background-color: rgb(120,93,175); }

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

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

 span { border-color: rgb(120,93,175); }

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