#705EAB

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

Shades of Blue Marguerite #705EAB

Tints of Blue Marguerite #705EAB

Color information

#705EAB (or 0x705EAB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5E and AB. RGB value is (112,94,171). Sum of RGB (Red+Green+Blue) = 112+94+171=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #705EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAB is #8FA154. Grayscale: #6B6B6B. Windows color (decimal): -9412949 or 11230832. OLE color: 11230832.

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

Color convert

RGB11294171-
CMYK0.350.4500.33
HSL254.03º31.43%51.96%-
HSV(B)254.03º45.03%67.06%-
XYZ18.0414.3940.36-
YUV108.16163.46130.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=29.71%
G=24.93%
B=45.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112941710.350.4500.33254.0331.4351.96
Hex705EAB232D021fe1f34
Octal16013625343550413763764
Binary111000010111101010101110001110110101000011111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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