#785BBF

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

Shades of Blue Marguerite #785BBF

Tints of Blue Marguerite #785BBF

Color information

#785BBF (or 0x785BBF) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5B and BF. RGB value is (120,91,191). Sum of RGB (Red+Green+Blue) = 120+91+191=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #785BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BBF is #87A440. Grayscale: #6E6E6E. Windows color (decimal): -8889409 or 12540792. OLE color: 12540792.

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

Color convert

RGB12091191-
CMYK0.370.5200.25
HSL257.4º43.86%55.29%-
HSV(B)257.4º52.36%74.9%-
XYZ20.8915.2451.13-
YUV111.07173.11134.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 191 (75% from 255) = 47.51%
R=29.85%
G=22.64%
B=47.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120911910.370.5200.25257.443.8655.29
Hex785BBF25340191012c37
Octal17013327745640314015467
Binary1111000101101110111111100101110100011001100000001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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