#7856C0

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

Shades of Blue Marguerite #7856C0

Tints of Blue Marguerite #7856C0

Color information

#7856C0 (or 0x7856C0) is unknown color: approx Blue Marguerite. HEX triplet: 78, 56 and C0. RGB value is (120,86,192). Sum of RGB (Red+Green+Blue) = 120+86+192=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #7856C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7856C0 is #87A93F. Grayscale: #6B6B6B. Windows color (decimal): -8890688 or 12605048. OLE color: 12605048.

HSL color Cylindrical-coordinate representation of color #7856C0: hue angle of 259.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7856C0 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12086192-
CMYK0.380.5500.25
HSL259.25º45.69%54.51%-
HSV(B)259.25º55.21%75.29%-
XYZ20.5914.4551.57-
YUV108.25175.26136.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 192 (75.39% from 255) = 48.24%
R=30.15%
G=21.61%
B=48.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120861920.380.5500.25259.2545.6954.51
Hex7856C026370191032e37
Octal17012630046670314035667
Binary1111000101011011000000100110110111011001100000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7856C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7856C0; }

 p { color: rgb(120,86,192); }

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

<style>
 a { background-color: #7856C0; }

 a { background-color: rgb(120,86,192); }

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

<style>
 span { border-color: #7856C0; }

 span { border-color: rgb(120,86,192); }

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