#705DAC

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

Shades of Blue Marguerite #705DAC

Tints of Blue Marguerite #705DAC

Color information

#705DAC (or 0x705DAC) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5D and AC. RGB value is (112,93,172). Sum of RGB (Red+Green+Blue) = 112+93+172=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #705DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAC is #8FA253. Grayscale: #6B6B6B. Windows color (decimal): -9413204 or 11296112. OLE color: 11296112.

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

Color convert

RGB11293172-
CMYK0.350.4600.33
HSL254.43º32.24%51.96%-
HSV(B)254.43º45.93%67.45%-
XYZ18.0414.2540.83-
YUV107.69164.29131.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 93 (36.72% from 255) = 24.67%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=29.71%
G=24.67%
B=45.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112931720.350.4600.33254.4332.2451.96
Hex705DAC232E021fe2034
Octal16013525443560413764064
Binary1110000101110110101100100011101110010000111111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,172); }

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

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

 a { background-color: rgb(112,93,172); }

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

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

 span { border-color: rgb(112,93,172); }

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