#7864BE

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

Shades of Blue Marguerite #7864BE

Tints of Blue Marguerite #7864BE

Color information

#7864BE (or 0x7864BE) is unknown color: approx Blue Marguerite. HEX triplet: 78, 64 and BE. RGB value is (120,100,190). Sum of RGB (Red+Green+Blue) = 120+100+190=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7864BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864BE is #879B41. Grayscale: #737373. Windows color (decimal): -8887106 or 12477560. OLE color: 12477560.

HSL color Cylindrical-coordinate representation of color #7864BE: hue angle of 253.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7864BE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120100190-
CMYK0.370.4700.25
HSL253.33º40.91%56.86%-
HSV(B)253.33º47.37%74.51%-
XYZ21.616.8350.82-
YUV116.24169.63130.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=29.27%
G=24.39%
B=46.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201001900.370.4700.25253.3340.9156.86
Hex7864BE252F019fd2939
Octal17014427645570313755171
Binary111100011001001011111010010110111101100111111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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