Html Css Color HEX #705FAA Blue Marguerite

📋 copy color: '#705FAA'

red 112 ◦ green 95 ◦ blue 170

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

Shades of Blue Marguerite #705FAA

Tints of Blue Marguerite #705FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 29.71%
G = 25.2%
B = 45.09%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705FAA (or 0x705FAA) is known color: Blue Marguerite. HEX triplet: 70, 5F and AA. RGB value is (112,95,170). Sum of RGB (Red+Green+Blue) = 112+95+170=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #705FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FAA is #8FA055. Grayscale: #6C6C6C. Windows color (decimal): -9412694 or 11165552. OLE color: 11165552.

HSL color Cylindrical-coordinate representation of color #705FAA: hue angle of 253.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705FAA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 95 170 -
CMYK 0.34 0.44 0 0.33
HSL 253.6º 0.31% 0.52% -
HSV(B) 253.6º 0.44% 0.67% -
XYZ 18.03 14.53 39.88 -
YUV 108.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 112 95 170 0.34 0.44 0 0.33 253.6 0.31 0.52
Hex 70 5F AA 22 2C 0 21 FE 1F 34
Octal 160 137 252 42 54 0 41 376 37 64
Binary 1110000 1011111 10101010 100010 101100 0 100001 11111110 11111 110100

Color Harmonies of #705FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FAA

Black with #705FAA

Text Example


Text Example

White with #705FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,95,170); }

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

background-color css

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

 a { background-color: rgb(112,95,170); }

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

border-color css

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

 span { border-color: rgb(112,95,170); }

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