#785EBF

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

Shades of Blue Marguerite #785EBF

Tints of Blue Marguerite #785EBF

Color information

#785EBF (or 0x785EBF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5E and BF. RGB value is (120,94,191). Sum of RGB (Red+Green+Blue) = 120+94+191=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #785EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EBF is #87A140. Grayscale: #707070. Windows color (decimal): -8888641 or 12541560. OLE color: 12541560.

HSL color Cylindrical-coordinate representation of color #785EBF: hue angle of 256.08º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785EBF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12094191-
CMYK0.370.5100.25
HSL256.08º43.11%55.88%-
HSV(B)256.08º50.79%74.9%-
XYZ21.1515.7651.22-
YUV112.83172.11133.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 191 (75% from 255) = 47.16%
R=29.63%
G=23.21%
B=47.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120941910.370.5100.25256.0843.1155.88
Hex785EBF25330191002b38
Octal17013627745630314005370
Binary1111000101111010111111100101110011011001100000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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