Html Css Color HEX #705AAB Blue Marguerite

📋 copy color: '#705AAB'

red 112 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #705AAB

Tints of Blue Marguerite #705AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 30.03%
G = 24.13%
B = 45.84%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705AAB (or 0x705AAB) is known color: Blue Marguerite. HEX triplet: 70, 5A and AB. RGB value is (112,90,171). Sum of RGB (Red+Green+Blue) = 112+90+171=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #705AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705AAB is #8FA554. Grayscale: #696969. Windows color (decimal): -9413973 or 11229808. OLE color: 11229808.

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

Color convert

RGB 112 90 171 -
CMYK 0.35 0.47 0 0.33
HSL 256.3º 0.33% 0.51% -
HSV(B) 256.3º 0.47% 0.67% -
XYZ 17.69 13.7 40.24 -
YUV 105.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 112 90 171 0.35 0.47 0 0.33 256.3 0.33 0.51
Hex 70 5A AB 23 2F 0 21 100 21 33
Octal 160 132 253 43 57 0 41 400 41 63
Binary 1110000 1011010 10101011 100011 101111 0 100001 100000000 100001 110011

Color Harmonies of #705AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AAB

Black with #705AAB

Text Example


Text Example

White with #705AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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