Html Css Color HEX #705DAD Blue Marguerite

📋 copy color: '#705DAD'

red 112 ◦ green 93 ◦ blue 173

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

Shades of Blue Marguerite #705DAD

Tints of Blue Marguerite #705DAD

RGB

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

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

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

R = 29.63%
G = 24.6%
B = 45.77%

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

#705DAD (or 0x705DAD) is known color: Blue Marguerite. HEX triplet: 70, 5D and AD. RGB value is (112,93,173). Sum of RGB (Red+Green+Blue) = 112+93+173=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #705DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAD is #8FA252. Grayscale: #6B6B6B. Windows color (decimal): -9413203 or 11361648. OLE color: 11361648.

HSL color Cylindrical-coordinate representation of color #705DAD: hue angle of 254.25º 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 #705DAD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 93 173 -
CMYK 0.35 0.46 0 0.32
HSL 254.25º 0.33% 0.52% -
HSV(B) 254.25º 0.46% 0.68% -
XYZ 18.14 14.29 41.34 -
YUV 107.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 112 93 173 0.35 0.46 0 0.32 254.25 0.33 0.52
Hex 70 5D AD 23 2E 0 20 FE 21 34
Octal 160 135 255 43 56 0 40 376 41 64
Binary 1110000 1011101 10101101 100011 101110 0 100000 11111110 100001 110100

Color Harmonies of #705DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DAD

Black with #705DAD

Text Example


Text Example

White with #705DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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