#7860B6

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

Shades of Blue Marguerite #7860B6

Tints of Blue Marguerite #7860B6

Color information

#7860B6 (or 0x7860B6) is unknown color: approx Blue Marguerite. HEX triplet: 78, 60 and B6. RGB value is (120,96,182). Sum of RGB (Red+Green+Blue) = 120+96+182=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #7860B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860B6 is #879F49. Grayscale: #707070. Windows color (decimal): -8888138 or 11952248. OLE color: 11952248.

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

Color convert

RGB12096182-
CMYK0.340.4700.29
HSL256.74º37.07%54.51%-
HSV(B)256.74º47.25%71.37%-
XYZ20.3715.7446.22-
YUV112.98166.95133.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 182 (71.48% from 255) = 45.73%
R=30.15%
G=24.12%
B=45.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120961820.340.4700.29256.7437.0754.51
Hex7860B6222F01D1012537
Octal17014026642570354014567
Binary1111000110000010110110100010101111011101100000001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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