#7266BF

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

Shades of Blue Marguerite #7266BF

Tints of Blue Marguerite #7266BF

Color information

#7266BF (or 0x7266BF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 66 and BF. RGB value is (114,102,191). Sum of RGB (Red+Green+Blue) = 114+102+191=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7266BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7266BF is #8D9940. Grayscale: #737373. Windows color (decimal): -9279809 or 12543602. OLE color: 12543602.

HSL color Cylindrical-coordinate representation of color #7266BF: hue angle of 248.09º 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 #7266BF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114102191-
CMYK0.400.4700.25
HSL248.09º41.01%57.45%-
HSV(B)248.09º46.6%74.9%-
XYZ21.0916.8451.43-
YUV115.73170.48126.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 191 (75% from 255) = 46.93%
R=28.01%
G=25.06%
B=46.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141021910.400.4700.25248.0941.0157.45
Hex7266BF282F019f82939
Octal16214627750570313705171
Binary111001011001101011111110100010111101100111111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7266BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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