#705EAA

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

Shades of Blue Marguerite #705EAA

Tints of Blue Marguerite #705EAA

Color information

#705EAA (or 0x705EAA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5E and AA. RGB value is (112,94,170). Sum of RGB (Red+Green+Blue) = 112+94+170=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #705EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAA is #8FA155. Grayscale: #6B6B6B. Windows color (decimal): -9412950 or 11165296. OLE color: 11165296.

HSL color Cylindrical-coordinate representation of color #705EAA: hue angle of 254.21º 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 #705EAA is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11294170-
CMYK0.340.4500.33
HSL254.21º30.89%51.76%-
HSV(B)254.21º44.71%66.67%-
XYZ17.9414.3539.85-
YUV108.05162.96130.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=29.79%
G=25%
B=45.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112941700.340.4500.33254.2130.8951.76
Hex705EAA222D021fe1f34
Octal16013625242550413763764
Binary111000010111101010101010001010110101000011111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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