#7259BA

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

Shades of Blue Marguerite #7259BA

Tints of Blue Marguerite #7259BA

Color information

#7259BA (or 0x7259BA) is unknown color: approx Blue Marguerite. HEX triplet: 72, 59 and BA. RGB value is (114,89,186). Sum of RGB (Red+Green+Blue) = 114+89+186=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7259BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259BA is #8DA645. Grayscale: #6B6B6B. Windows color (decimal): -9283142 or 12212594. OLE color: 12212594.

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

Color convert

RGB11489186-
CMYK0.390.5200.27
HSL255.46º41.28%53.92%-
HSV(B)255.46º52.15%72.94%-
XYZ19.3714.2748.19-
YUV107.53172.28132.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=29.31%
G=22.88%
B=47.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114891860.390.5200.27255.4641.2853.92
Hex7259BA273401Bff2936
Octal16213127247640333775166
Binary111001010110011011101010011111010001101111111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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