#7860BA

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

Shades of Blue Marguerite #7860BA

Tints of Blue Marguerite #7860BA

Color information

#7860BA (or 0x7860BA) is unknown color: approx Blue Marguerite. HEX triplet: 78, 60 and BA. RGB value is (120,96,186). Sum of RGB (Red+Green+Blue) = 120+96+186=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #7860BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860BA is #879F45. Grayscale: #717171. Windows color (decimal): -8888134 or 12214392. OLE color: 12214392.

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

Color convert

RGB12096186-
CMYK0.350.4800.27
HSL256º39.47%55.29%-
HSV(B)256º48.39%72.94%-
XYZ20.7915.948.43-
YUV113.44168.95132.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 186 (73.05% from 255) = 46.27%
R=29.85%
G=23.88%
B=46.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120961860.350.4800.2725639.4755.29
Hex7860BA233001B1002737
Octal17014027243600334004767
Binary1111000110000010111010100011110000011011100000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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