#785EB0

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

Shades of Blue Marguerite #785EB0

Tints of Blue Marguerite #785EB0

Color information

#785EB0 (or 0x785EB0) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5E and B0. RGB value is (120,94,176). Sum of RGB (Red+Green+Blue) = 120+94+176=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #785EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EB0 is #87A14F. Grayscale: #6E6E6E. Windows color (decimal): -8888656 or 11558520. OLE color: 11558520.

HSL color Cylindrical-coordinate representation of color #785EB0: hue angle of 259.02º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785EB0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12094176-
CMYK0.320.4700.31
HSL259.02º34.17%52.94%-
HSV(B)259.02º46.59%69.02%-
XYZ19.5815.1342.96-
YUV111.12164.61134.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 176 (69.14% from 255) = 45.13%
R=30.77%
G=24.10%
B=45.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120941760.320.4700.31259.0234.1752.94
Hex785EB0202F01F1032235
Octal17013626040570374034265
Binary1111000101111010110000100000101111011111100000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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