#785AB3

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

Shades of Blue Marguerite #785AB3

Tints of Blue Marguerite #785AB3

Color information

#785AB3 (or 0x785AB3) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5A and B3. RGB value is (120,90,179). Sum of RGB (Red+Green+Blue) = 120+90+179=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #785AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AB3 is #87A54C. Grayscale: #6C6C6C. Windows color (decimal): -8889677 or 11754104. OLE color: 11754104.

HSL color Cylindrical-coordinate representation of color #785AB3: hue angle of 260.22º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785AB3 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12090179-
CMYK0.330.5000.30
HSL260.22º36.93%52.75%-
HSV(B)260.22º49.72%70.2%-
XYZ19.5414.5644.43-
YUV109.12167.44135.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=30.85%
G=23.14%
B=46.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120901790.330.5000.30260.2236.9352.75
Hex785AB3213201E1042535
Octal17013226341620364044565
Binary1111000101101010110011100001110010011110100000100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,90,179); }

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

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

 a { background-color: rgb(120,90,179); }

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

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

 span { border-color: rgb(120,90,179); }

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