#785EB9

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

Shades of Blue Marguerite #785EB9

Tints of Blue Marguerite #785EB9

Color information

#785EB9 (or 0x785EB9) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5E and B9. RGB value is (120,94,185). Sum of RGB (Red+Green+Blue) = 120+94+185=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #785EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EB9 is #87A146. Grayscale: #6F6F6F. Windows color (decimal): -8888647 or 12148344. OLE color: 12148344.

HSL color Cylindrical-coordinate representation of color #785EB9: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #785EB9 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12094185-
CMYK0.350.4900.27
HSL257.14º39.39%54.71%-
HSV(B)257.14º49.19%72.55%-
XYZ20.5115.547.81-
YUV112.15169.11133.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 185 (72.66% from 255) = 46.37%
R=30.08%
G=23.56%
B=46.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120941850.350.4900.27257.1439.3954.71
Hex785EB9233101B1012737
Octal17013627143610334014767
Binary1111000101111010111001100011110001011011100000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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