#7261BF

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

Shades of Blue Marguerite #7261BF

Tints of Blue Marguerite #7261BF

Color information

#7261BF (or 0x7261BF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 61 and BF. RGB value is (114,97,191). Sum of RGB (Red+Green+Blue) = 114+97+191=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #7261BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261BF is #8D9E40. Grayscale: #707070. Windows color (decimal): -9281089 or 12542322. OLE color: 12542322.

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

Color convert

RGB11497191-
CMYK0.400.4900.25
HSL250.85º42.34%56.47%-
HSV(B)250.85º49.21%74.9%-
XYZ20.6215.8951.27-
YUV112.8172.13128.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 191 (75% from 255) = 47.51%
R=28.36%
G=24.13%
B=47.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114971910.400.4900.25250.8542.3456.47
Hex7261BF2831019fb2a38
Octal16214127750610313735270
Binary111001011000011011111110100011000101100111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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