#7261BA

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

Shades of Blue Marguerite #7261BA

Tints of Blue Marguerite #7261BA

Color information

#7261BA (or 0x7261BA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 61 and BA. RGB value is (114,97,186). Sum of RGB (Red+Green+Blue) = 114+97+186=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #7261BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261BA is #8D9E45. Grayscale: #6F6F6F. Windows color (decimal): -9281094 or 12214642. OLE color: 12214642.

HSL color Cylindrical-coordinate representation of color #7261BA: hue angle of 251.46º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7261BA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11497186-
CMYK0.390.4800.27
HSL251.46º39.21%55.49%-
HSV(B)251.46º47.85%72.94%-
XYZ20.0815.6748.42-
YUV112.23169.63129.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=28.72%
G=24.43%
B=46.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114971860.390.4800.27251.4639.2155.49
Hex7261BA273001Bfb2737
Octal16214127247600333734767
Binary111001011000011011101010011111000001101111111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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