#705DB4

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

Shades of Blue Marguerite #705DB4

Tints of Blue Marguerite #705DB4

Color information

#705DB4 (or 0x705DB4) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5D and B4. RGB value is (112,93,180). Sum of RGB (Red+Green+Blue) = 112+93+180=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #705DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DB4 is #8FA24B. Grayscale: #6C6C6C. Windows color (decimal): -9413196 or 11820400. OLE color: 11820400.

HSL color Cylindrical-coordinate representation of color #705DB4: hue angle of 253.1º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705DB4 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11293180-
CMYK0.380.4800.29
HSL253.1º36.71%53.53%-
HSV(B)253.1º48.33%70.59%-
XYZ18.8314.5745-
YUV108.6168.29130.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=29.09%
G=24.16%
B=46.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112931800.380.4800.29253.136.7153.53
Hex705DB4263001Dfd2536
Octal16013526446600353754566
Binary111000010111011011010010011011000001110111111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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