Html Css Color HEX #705BAE Blue Marguerite

📋 copy color: '#705BAE'

red 112 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #705BAE

Tints of Blue Marguerite #705BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

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

R = 29.71%
G = 24.14%
B = 46.15%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#705BAE (or 0x705BAE) is known color: Blue Marguerite. HEX triplet: 70, 5B and AE. RGB value is (112,91,174). Sum of RGB (Red+Green+Blue) = 112+91+174=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #705BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAE is #8FA451. Grayscale: #6A6A6A. Windows color (decimal): -9413714 or 11426672. OLE color: 11426672.

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

Color convert

RGB 112 91 174 -
CMYK 0.36 0.48 0 0.32
HSL 255.18º 0.34% 0.52% -
HSV(B) 255.18º 0.48% 0.68% -
XYZ 18.06 13.98 41.79 -
YUV 106.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 112 91 174 0.36 0.48 0 0.32 255.18 0.34 0.52
Hex 70 5B AE 24 30 0 20 FF 22 34
Octal 160 133 256 44 60 0 40 377 42 64
Binary 1110000 1011011 10101110 100100 110000 0 100000 11111111 100010 110100

Color Harmonies of #705BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BAE

Black with #705BAE

Text Example


Text Example

White with #705BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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