Html Css Color HEX #705DAA Blue Marguerite

📋 copy color: '#705DAA'

red 112 ◦ green 93 ◦ blue 170

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

Shades of Blue Marguerite #705DAA

Tints of Blue Marguerite #705DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 29.87%
G = 24.8%
B = 45.33%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705DAA (or 0x705DAA) is known color: Blue Marguerite. HEX triplet: 70, 5D and AA. RGB value is (112,93,170). Sum of RGB (Red+Green+Blue) = 112+93+170=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #705DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAA is #8FA255. Grayscale: #6B6B6B. Windows color (decimal): -9413206 or 11165040. OLE color: 11165040.

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

Color convert

RGB 112 93 170 -
CMYK 0.34 0.45 0 0.33
HSL 254.81º 0.31% 0.52% -
HSV(B) 254.81º 0.45% 0.67% -
XYZ 17.85 14.18 39.83 -
YUV 107.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 112 93 170 0.34 0.45 0 0.33 254.81 0.31 0.52
Hex 70 5D AA 22 2D 0 21 FF 1F 34
Octal 160 135 252 42 55 0 41 377 37 64
Binary 1110000 1011101 10101010 100010 101101 0 100001 11111111 11111 110100

Color Harmonies of #705DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DAA

Black with #705DAA

Text Example


Text Example

White with #705DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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