#705AB7

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

Shades of Blue Marguerite #705AB7

Tints of Blue Marguerite #705AB7

Color information

#705AB7 (or 0x705AB7) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5A and B7. RGB value is (112,90,183). Sum of RGB (Red+Green+Blue) = 112+90+183=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #705AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AB7 is #8FA548. Grayscale: #6A6A6A. Windows color (decimal): -9413961 or 12016240. OLE color: 12016240.

HSL color Cylindrical-coordinate representation of color #705AB7: hue angle of 254.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705AB7 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11290183-
CMYK0.390.5100.28
HSL254.19º39.24%53.53%-
HSV(B)254.19º50.82%71.76%-
XYZ18.8914.1846.54-
YUV107.18170.79131.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 183 (71.88% from 255) = 47.53%
R=29.09%
G=23.38%
B=47.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112901830.390.5100.28254.1939.2453.53
Hex705AB7273301Cfe2736
Octal16013226747630343764766
Binary111000010110101011011110011111001101110011111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,90,183); }

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

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

 a { background-color: rgb(112,90,183); }

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

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

 span { border-color: rgb(112,90,183); }

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