#7859B6

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

Shades of Blue Marguerite #7859B6

Tints of Blue Marguerite #7859B6

Color information

#7859B6 (or 0x7859B6) is unknown color: approx Blue Marguerite. HEX triplet: 78, 59 and B6. RGB value is (120,89,182). Sum of RGB (Red+Green+Blue) = 120+89+182=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #7859B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859B6 is #87A649. Grayscale: #6C6C6C. Windows color (decimal): -8889930 or 11950456. OLE color: 11950456.

HSL color Cylindrical-coordinate representation of color #7859B6: hue angle of 260º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7859B6 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12089182-
CMYK0.340.5100.29
HSL260º38.91%53.14%-
HSV(B)260º51.1%71.37%-
XYZ19.7614.5246.02-
YUV108.87169.27135.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 182 (71.48% from 255) = 46.55%
R=30.69%
G=22.76%
B=46.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120891820.340.5100.2926038.9153.14
Hex7859B6223301D1042735
Octal17013126642630354044765
Binary1111000101100110110110100010110011011101100000100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7859B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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