#705BAB

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

Shades of Blue Marguerite #705BAB

Tints of Blue Marguerite #705BAB

Color information

#705BAB (or 0x705BAB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and AB. RGB value is (112,91,171). Sum of RGB (Red+Green+Blue) = 112+91+171=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #705BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAB is #8FA454. Grayscale: #6A6A6A. Windows color (decimal): -9413717 or 11230064. OLE color: 11230064.

HSL color Cylindrical-coordinate representation of color #705BAB: hue angle of 255.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705BAB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11291171-
CMYK0.350.4700.33
HSL255.75º32.26%51.37%-
HSV(B)255.75º46.78%67.06%-
XYZ17.7713.8740.27-
YUV106.4164.46132-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 91 (35.94% from 255) = 24.33%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=29.95%
G=24.33%
B=45.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112911710.350.4700.33255.7532.2651.37
Hex705BAB232F0211002033
Octal16013325343570414004063
Binary11100001011011101010111000111011110100001100000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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