#705DAA

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

Shades of Blue Marguerite #705DAA

Tints of Blue Marguerite #705DAA

Color information

#705DAA (or 0x705DAA) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5D and AA. RGB value is (112,93,170). Sum of RGB (Red+Green+Blue) = 112+93+170=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #705DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAA is #8FA255. Grayscale: #6B6B6B. Windows color (decimal): -9413206 or 11165040. OLE color: 11165040.

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

Color convert

RGB11293170-
CMYK0.340.4500.33
HSL254.81º31.17%51.57%-
HSV(B)254.81º45.29%66.67%-
XYZ17.8514.1839.83-
YUV107.46163.29131.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=29.87%
G=24.8%
B=45.33%

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
Decimal112931700.340.4500.33254.8131.1751.57
Hex705DAA222D021ff1f34
Octal16013525242550413773764
Binary111000010111011010101010001010110101000011111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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