Html Css Color HEX #705DAE Blue Marguerite

📋 copy color: '#705DAE'

red 112 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #705DAE

Tints of Blue Marguerite #705DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 29.55%
G = 24.54%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#705DAE (or 0x705DAE) is known color: Blue Marguerite. HEX triplet: 70, 5D and AE. RGB value is (112,93,174). Sum of RGB (Red+Green+Blue) = 112+93+174=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #705DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705DAE is #8FA251. Grayscale: #6B6B6B. Windows color (decimal): -9413202 or 11427184. OLE color: 11427184.

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

Color convert

RGB 112 93 174 -
CMYK 0.36 0.47 0 0.32
HSL 254.07º 0.33% 0.52% -
HSV(B) 254.07º 0.47% 0.68% -
XYZ 18.24 14.33 41.85 -
YUV 107.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 112 93 174 0.36 0.47 0 0.32 254.07 0.33 0.52
Hex 70 5D AE 24 2F 0 20 FE 21 34
Octal 160 135 256 44 57 0 40 376 41 64
Binary 1110000 1011101 10101110 100100 101111 0 100000 11111110 100001 110100

Color Harmonies of #705DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DAE

Black with #705DAE

Text Example


Text Example

White with #705DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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