Html Css Color HEX #705EAD Blue Marguerite

📋 copy color: '#705EAD'

red 112 ◦ green 94 ◦ blue 173

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

Shades of Blue Marguerite #705EAD

Tints of Blue Marguerite #705EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 29.55%
G = 24.8%
B = 45.65%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#705EAD (or 0x705EAD) is known color: Blue Marguerite. HEX triplet: 70, 5E and AD. RGB value is (112,94,173). Sum of RGB (Red+Green+Blue) = 112+94+173=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #705EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAD is #8FA152. Grayscale: #6C6C6C. Windows color (decimal): -9412947 or 11361904. OLE color: 11361904.

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

Color convert

RGB 112 94 173 -
CMYK 0.35 0.46 0 0.32
HSL 253.67º 0.33% 0.52% -
HSV(B) 253.67º 0.46% 0.68% -
XYZ 18.23 14.47 41.37 -
YUV 108.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 112 94 173 0.35 0.46 0 0.32 253.67 0.33 0.52
Hex 70 5E AD 23 2E 0 20 FE 21 34
Octal 160 136 255 43 56 0 40 376 41 64
Binary 1110000 1011110 10101101 100011 101110 0 100000 11111110 100001 110100

Color Harmonies of #705EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EAD

Black with #705EAD

Text Example


Text Example

White with #705EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,173); }

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

background-color css

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

 a { background-color: rgb(112,94,173); }

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

border-color css

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

 span { border-color: rgb(112,94,173); }

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