#785FAE

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

Shades of Blue Marguerite #785FAE

Tints of Blue Marguerite #785FAE

Color information

#785FAE (or 0x785FAE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5F and AE. RGB value is (120,95,174). Sum of RGB (Red+Green+Blue) = 120+95+174=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #785FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785FAE is #87A051. Grayscale: #6F6F6F. Windows color (decimal): -8888402 or 11427704. OLE color: 11427704.

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

Color convert

RGB12095174-
CMYK0.310.4500.32
HSL258.99º32.78%52.75%-
HSV(B)258.99º45.4%68.24%-
XYZ19.4815.2341.96-
YUV111.48163.28134.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=30.85%
G=24.42%
B=44.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120951740.310.4500.32258.9932.7852.75
Hex785FAE1F2D0201032135
Octal17013725637550404034165
Binary1111000101111110101110111111011010100000100000011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,95,174); }

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

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

 a { background-color: rgb(120,95,174); }

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

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

 span { border-color: rgb(120,95,174); }

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