#7264BF

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

Shades of Blue Marguerite #7264BF

Tints of Blue Marguerite #7264BF

Color information

#7264BF (or 0x7264BF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 64 and BF. RGB value is (114,100,191). Sum of RGB (Red+Green+Blue) = 114+100+191=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #7264BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7264BF is #8D9B40. Grayscale: #727272. Windows color (decimal): -9280321 or 12543090. OLE color: 12543090.

HSL color Cylindrical-coordinate representation of color #7264BF: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7264BF is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114100191-
CMYK0.400.4800.25
HSL249.23º41.55%57.06%-
HSV(B)249.23º47.64%74.9%-
XYZ20.916.4551.36-
YUV114.56171.14127.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 100 (39.45% from 255) = 24.69%
BLUE value IS 191 (75% from 255) = 47.16%
R=28.15%
G=24.69%
B=47.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141001910.400.4800.25249.2341.5557.06
Hex7264BF2830019f92a39
Octal16214427750600313715271
Binary111001011001001011111110100011000001100111111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7264BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7264BF; }

 p { color: rgb(114,100,191); }

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

<style>
 a { background-color: #7264BF; }

 a { background-color: rgb(114,100,191); }

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

<style>
 span { border-color: #7264BF; }

 span { border-color: rgb(114,100,191); }

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