#7864B2

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

Shades of Blue Marguerite #7864B2

Tints of Blue Marguerite #7864B2

Color information

#7864B2 (or 0x7864B2) is unknown color: approx Blue Marguerite. HEX triplet: 78, 64 and B2. RGB value is (120,100,178). Sum of RGB (Red+Green+Blue) = 120+100+178=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #7864B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7864B2 is #879B4D. Grayscale: #727272. Windows color (decimal): -8887118 or 11691128. OLE color: 11691128.

HSL color Cylindrical-coordinate representation of color #7864B2: hue angle of 255.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7864B2 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB120100178-
CMYK0.330.4400.30
HSL255.38º33.62%54.51%-
HSV(B)255.38º43.82%69.8%-
XYZ20.3416.3244.2-
YUV114.87163.63131.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=30.15%
G=25.13%
B=44.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201001780.330.4400.30255.3833.6254.51
Hex7864B2212C01Eff2237
Octal17014426241540363774267
Binary111100011001001011001010000110110001111011111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7864B2; }

 p { color: rgb(120,100,178); }

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

<style>
 a { background-color: #7864B2; }

 a { background-color: rgb(120,100,178); }

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

<style>
 span { border-color: #7864B2; }

 span { border-color: rgb(120,100,178); }

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