#705BAE

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

Shades of Blue Marguerite #705BAE

Tints of Blue Marguerite #705BAE

Color information

#705BAE (or 0x705BAE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and AE. RGB value is (112,91,174). Sum of RGB (Red+Green+Blue) = 112+91+174=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #705BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAE is #8FA451. Grayscale: #6A6A6A. Windows color (decimal): -9413714 or 11426672. OLE color: 11426672.

HSL color Cylindrical-coordinate representation of color #705BAE: hue angle of 255.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705BAE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11291174-
CMYK0.360.4800.32
HSL255.18º33.88%51.96%-
HSV(B)255.18º47.7%68.24%-
XYZ18.0613.9841.79-
YUV106.74165.96131.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=29.71%
G=24.14%
B=46.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112911740.360.4800.32255.1833.8851.96
Hex705BAE2430020ff2234
Octal16013325644600403774264
Binary1110000101101110101110100100110000010000011111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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