#705FAB

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

Shades of Blue Marguerite #705FAB

Tints of Blue Marguerite #705FAB

Color information

#705FAB (or 0x705FAB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5F and AB. RGB value is (112,95,171). Sum of RGB (Red+Green+Blue) = 112+95+171=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #705FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FAB is #8FA054. Grayscale: #6C6C6C. Windows color (decimal): -9412693 or 11231088. OLE color: 11231088.

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

Color convert

RGB11295171-
CMYK0.350.4400.33
HSL253.42º31.15%52.16%-
HSV(B)253.42º44.44%67.06%-
XYZ18.1214.5740.38-
YUV108.75163.13130.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.63%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=29.63%
G=25.13%
B=45.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112951710.350.4400.33253.4231.1552.16
Hex705FAB232C021fd1f34
Octal16013725343540413753764
Binary111000010111111010101110001110110001000011111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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