#7059BA

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

Shades of Blue Marguerite #7059BA

Tints of Blue Marguerite #7059BA

Color information

#7059BA (or 0x7059BA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 59 and BA. RGB value is (112,89,186). Sum of RGB (Red+Green+Blue) = 112+89+186=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7059BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059BA is #8FA645. Grayscale: #6A6A6A. Windows color (decimal): -9414214 or 12212592. OLE color: 12212592.

HSL color Cylindrical-coordinate representation of color #7059BA: hue angle of 254.23º 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 #7059BA is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11289186-
CMYK0.400.5200.27
HSL254.23º41.28%53.92%-
HSV(B)254.23º52.15%72.94%-
XYZ19.1214.1348.18-
YUV106.94172.62131.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=28.94%
G=23.00%
B=48.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112891860.400.5200.27254.2341.2853.92
Hex7059BA283401Bfe2936
Octal16013127250640333765166
Binary111000010110011011101010100011010001101111111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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