Html Css Color HEX #705BA9 Blue Marguerite

📋 copy color: '#705BA9'

red 112 ◦ green 91 ◦ blue 169

#705BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #705BA9

Tints of Blue Marguerite #705BA9

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 169 (66.41% from 255) = 45.43%

R = 30.11%
G = 24.46%
B = 45.43%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#705BA9 (or 0x705BA9) is known color: Blue Marguerite. HEX triplet: 70, 5B and A9. RGB value is (112,91,169). Sum of RGB (Red+Green+Blue) = 112+91+169=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #705BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BA9 is #8FA456. Grayscale: #696969. Windows color (decimal): -9413719 or 11098992. OLE color: 11098992.

HSL color Cylindrical-coordinate representation of color #705BA9: hue angle of 256.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705BA9 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 91 169 -
CMYK 0.34 0.46 0 0.34
HSL 256.15º 0.31% 0.51% -
HSV(B) 256.15º 0.46% 0.66% -
XYZ 17.58 13.79 39.27 -
YUV 106.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 112 91 169 0.34 0.46 0 0.34 256.15 0.31 0.51
Hex 70 5B A9 22 2E 0 22 100 1F 33
Octal 160 133 251 42 56 0 42 400 37 63
Binary 1110000 1011011 10101001 100010 101110 0 100010 100000000 11111 110011

Color Harmonies of #705BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BA9

Black with #705BA9

Text Example


Text Example

White with #705BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,169); }

 H1.HeaderClassName
 {
   color: #705BA9;
 }
 .AnyTagClassName
 {
   color: #705BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(112,91,169); }

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

border-color css

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

 span { border-color: rgb(112,91,169); }

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