#785DB4

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

Shades of Blue Marguerite #785DB4

Tints of Blue Marguerite #785DB4

Color information

#785DB4 (or 0x785DB4) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5D and B4. RGB value is (120,93,180). Sum of RGB (Red+Green+Blue) = 120+93+180=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #785DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DB4 is #87A24B. Grayscale: #6E6E6E. Windows color (decimal): -8888908 or 11820408. OLE color: 11820408.

HSL color Cylindrical-coordinate representation of color #785DB4: hue angle of 258.62º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #785DB4 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12093180-
CMYK0.330.4800.29
HSL258.62º36.71%53.53%-
HSV(B)258.62º48.33%70.59%-
XYZ19.915.1245.05-
YUV110.99166.95134.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=30.53%
G=23.66%
B=45.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120931800.330.4800.29258.6236.7153.53
Hex785DB4213001D1032536
Octal17013526441600354034566
Binary1111000101110110110100100001110000011101100000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,180); }

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

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

 a { background-color: rgb(120,93,180); }

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

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

 span { border-color: rgb(120,93,180); }

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