#705CAD

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

Shades of Blue Marguerite #705CAD

Tints of Blue Marguerite #705CAD

Color information

#705CAD (or 0x705CAD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5C and AD. RGB value is (112,92,173). Sum of RGB (Red+Green+Blue) = 112+92+173=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #705CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CAD is #8FA352. Grayscale: #6A6A6A. Windows color (decimal): -9413459 or 11361392. OLE color: 11361392.

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

Color convert

RGB11292173-
CMYK0.350.4700.32
HSL254.81º33.06%51.96%-
HSV(B)254.81º46.82%67.84%-
XYZ18.0514.1241.31-
YUV107.21165.13131.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=29.71%
G=24.40%
B=45.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112921730.350.4700.32254.8133.0651.96
Hex705CAD232F020ff2134
Octal16013425543570403774164
Binary1110000101110010101101100011101111010000011111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,173); }

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

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

 a { background-color: rgb(112,92,173); }

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

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

 span { border-color: rgb(112,92,173); }

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