#7864BB

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

Shades of Blue Marguerite #7864BB

Tints of Blue Marguerite #7864BB

Color information

#7864BB (or 0x7864BB) is unknown color: approx Blue Marguerite. HEX triplet: 78, 64 and BB. RGB value is (120,100,187). Sum of RGB (Red+Green+Blue) = 120+100+187=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #7864BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864BB is #879B44. Grayscale: #737373. Windows color (decimal): -8887109 or 12280952. OLE color: 12280952.

HSL color Cylindrical-coordinate representation of color #7864BB: hue angle of 253.79º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7864BB is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120100187-
CMYK0.360.4700.27
HSL253.79º39.01%56.27%-
HSV(B)253.79º46.52%73.33%-
XYZ21.2716.749.12-
YUV115.9168.13130.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=29.48%
G=24.57%
B=45.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201001870.360.4700.27253.7939.0156.27
Hex7864BB242F01Bfe2738
Octal17014427344570333764770
Binary111100011001001011101110010010111101101111111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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