#785AAD

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

Shades of Blue Marguerite #785AAD

Tints of Blue Marguerite #785AAD

Color information

#785AAD (or 0x785AAD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5A and AD. RGB value is (120,90,173). Sum of RGB (Red+Green+Blue) = 120+90+173=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #785AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AAD is #87A552. Grayscale: #6C6C6C. Windows color (decimal): -8889683 or 11360888. OLE color: 11360888.

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

Color convert

RGB12090173-
CMYK0.310.4800.32
HSL261.69º33.6%51.57%-
HSV(B)261.69º47.98%67.84%-
XYZ18.9414.3241.3-
YUV108.43164.44136.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=31.33%
G=23.50%
B=45.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120901730.310.4800.32261.6933.651.57
Hex785AAD1F300201062234
Octal17013225537600404064264
Binary1111000101101010101101111111100000100000100000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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