Html Css Color HEX #705EAE Blue Marguerite

📋 copy color: '#705EAE'

red 112 ◦ green 94 ◦ blue 174

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

Shades of Blue Marguerite #705EAE

Tints of Blue Marguerite #705EAE

RGB

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

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

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

R = 29.47%
G = 24.74%
B = 45.79%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#705EAE (or 0x705EAE) is known color: Blue Marguerite. HEX triplet: 70, 5E and AE. RGB value is (112,94,174). Sum of RGB (Red+Green+Blue) = 112+94+174=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #705EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAE is #8FA151. Grayscale: #6C6C6C. Windows color (decimal): -9412946 or 11427440. OLE color: 11427440.

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

Color convert

RGB 112 94 174 -
CMYK 0.36 0.46 0 0.32
HSL 253.5º 0.33% 0.53% -
HSV(B) 253.5º 0.46% 0.68% -
XYZ 18.32 14.51 41.88 -
YUV 108.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 112 94 174 0.36 0.46 0 0.32 253.5 0.33 0.53
Hex 70 5E AE 24 2E 0 20 FE 21 35
Octal 160 136 256 44 56 0 40 376 41 65
Binary 1110000 1011110 10101110 100100 101110 0 100000 11111110 100001 110101

Color Harmonies of #705EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EAE

Black with #705EAE

Text Example


Text Example

White with #705EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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