#705EAF

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

Shades of Blue Marguerite #705EAF

Tints of Blue Marguerite #705EAF

Color information

#705EAF (or 0x705EAF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5E and AF. RGB value is (112,94,175). Sum of RGB (Red+Green+Blue) = 112+94+175=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #705EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAF is #8FA150. Grayscale: #6C6C6C. Windows color (decimal): -9412945 or 11492976. OLE color: 11492976.

HSL color Cylindrical-coordinate representation of color #705EAF: hue angle of 253.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705EAF is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11294175-
CMYK0.360.4600.31
HSL253.33º33.61%52.75%-
HSV(B)253.33º46.29%68.63%-
XYZ18.4214.5542.39-
YUV108.62165.46130.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=29.40%
G=24.67%
B=45.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112941750.360.4600.31253.3333.6152.75
Hex705EAF242E01Ffd2235
Octal16013625744560373754265
Binary111000010111101010111110010010111001111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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