#7859AE

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

Shades of Blue Marguerite #7859AE

Tints of Blue Marguerite #7859AE

Color information

#7859AE (or 0x7859AE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 59 and AE. RGB value is (120,89,174). Sum of RGB (Red+Green+Blue) = 120+89+174=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #7859AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859AE is #87A651. Grayscale: #6B6B6B. Windows color (decimal): -8889938 or 11426168. OLE color: 11426168.

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

Color convert

RGB12089174-
CMYK0.310.4900.32
HSL261.88º34.41%51.57%-
HSV(B)261.88º48.85%68.24%-
XYZ18.9614.1941.78-
YUV107.96165.27136.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=31.33%
G=23.24%
B=45.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120891740.310.4900.32261.8834.4151.57
Hex7859AE1F310201062234
Octal17013125637610404064264
Binary1111000101100110101110111111100010100000100000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7859AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7859AE; }

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

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

<style>
 a { background-color: #7859AE; }

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

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

<style>
 span { border-color: #7859AE; }

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

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