#785EBB

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

Shades of Blue Marguerite #785EBB

Tints of Blue Marguerite #785EBB

Color information

#785EBB (or 0x785EBB) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5E and BB. RGB value is (120,94,187). Sum of RGB (Red+Green+Blue) = 120+94+187=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #785EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EBB is #87A144. Grayscale: #707070. Windows color (decimal): -8888645 or 12279416. OLE color: 12279416.

HSL color Cylindrical-coordinate representation of color #785EBB: hue angle of 256.77º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785EBB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12094187-
CMYK0.360.5000.27
HSL256.77º40.61%55.1%-
HSV(B)256.77º49.73%73.33%-
XYZ20.7215.5948.93-
YUV112.38170.11133.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=29.93%
G=23.44%
B=46.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120941870.360.5000.27256.7740.6155.1
Hex785EBB243201B1012937
Octal17013627344620334015167
Binary1111000101111010111011100100110010011011100000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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