#705BA9

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

Shades of Blue Marguerite #705BA9

Tints of Blue Marguerite #705BA9

Color information

#705BA9 (or 0x705BA9) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and A9. RGB value is (112,91,169). Sum of RGB (Red+Green+Blue) = 112+91+169=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #705BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BA9 is #8FA456. Grayscale: #696969. Windows color (decimal): -9413719 or 11098992. OLE color: 11098992.

HSL color Cylindrical-coordinate representation of color #705BA9: hue angle of 256.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705BA9 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11291169-
CMYK0.340.4600.34
HSL256.15º31.2%50.98%-
HSV(B)256.15º46.15%66.27%-
XYZ17.5813.7939.27-
YUV106.17163.46132.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 169 (66.41% from 255) = 45.43%
R=30.11%
G=24.46%
B=45.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112911690.340.4600.34256.1531.250.98
Hex705BA9222E0221001f33
Octal16013325142560424003763
Binary1110000101101110101001100010101110010001010000000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705BA9; }

 p { color: rgb(112,91,169); }

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

<style>
 a { background-color: #705BA9; }

 a { background-color: rgb(112,91,169); }

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

<style>
 span { border-color: #705BA9; }

 span { border-color: rgb(112,91,169); }

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