#7859BA

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

Shades of Blue Marguerite #7859BA

Tints of Blue Marguerite #7859BA

Color information

#7859BA (or 0x7859BA) is unknown color: approx Blue Marguerite. HEX triplet: 78, 59 and BA. RGB value is (120,89,186). Sum of RGB (Red+Green+Blue) = 120+89+186=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #7859BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859BA is #87A645. Grayscale: #6C6C6C. Windows color (decimal): -8889926 or 12212600. OLE color: 12212600.

HSL color Cylindrical-coordinate representation of color #7859BA: hue angle of 259.18º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7859BA is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12089186-
CMYK0.350.5200.27
HSL259.18º41.28%53.92%-
HSV(B)259.18º52.15%72.94%-
XYZ20.1814.6848.22-
YUV109.33171.27135.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=30.38%
G=22.53%
B=47.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120891860.350.5200.27259.1841.2853.92
Hex7859BA233401B1032936
Octal17013127243640334035166
Binary1111000101100110111010100011110100011011100000011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7859BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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