#705DAB

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

Shades of Blue Marguerite #705DAB

Tints of Blue Marguerite #705DAB

Color information

#705DAB (or 0x705DAB) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5D and AB. RGB value is (112,93,171). Sum of RGB (Red+Green+Blue) = 112+93+171=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #705DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAB is #8FA254. Grayscale: #6B6B6B. Windows color (decimal): -9413205 or 11230576. OLE color: 11230576.

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

Color convert

RGB11293171-
CMYK0.350.4600.33
HSL254.62º31.71%51.76%-
HSV(B)254.62º45.61%67.06%-
XYZ17.9514.2140.33-
YUV107.57163.79131.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=29.79%
G=24.73%
B=45.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112931710.350.4600.33254.6231.7151.76
Hex705DAB232E021ff2034
Octal16013525343560413774064
Binary1110000101110110101011100011101110010000111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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