#785BB5

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

Shades of Blue Marguerite #785BB5

Tints of Blue Marguerite #785BB5

Color information

#785BB5 (or 0x785BB5) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5B and B5. RGB value is (120,91,181). Sum of RGB (Red+Green+Blue) = 120+91+181=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #785BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BB5 is #87A44A. Grayscale: #6D6D6D. Windows color (decimal): -8889419 or 11885432. OLE color: 11885432.

HSL color Cylindrical-coordinate representation of color #785BB5: hue angle of 259.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785BB5 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12091181-
CMYK0.340.5000.29
HSL259.33º37.82%53.33%-
HSV(B)259.33º49.72%70.98%-
XYZ19.8314.8145.53-
YUV109.93168.11135.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 181 (71.09% from 255) = 46.17%
R=30.61%
G=23.21%
B=46.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120911810.340.5000.29259.3337.8253.33
Hex785BB5223201D1032635
Octal17013326542620354034665
Binary1111000101101110110101100010110010011101100000011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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