Html Css Color HEX #705CAD Blue Marguerite

📋 copy color: '#705CAD'

red 112 ◦ green 92 ◦ blue 173

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

Shades of Blue Marguerite #705CAD

Tints of Blue Marguerite #705CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

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

R = 29.71%
G = 24.4%
B = 45.89%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#705CAD (or 0x705CAD) is known color: Blue Marguerite. HEX triplet: 70, 5C and AD. RGB value is (112,92,173). Sum of RGB (Red+Green+Blue) = 112+92+173=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #705CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CAD is #8FA352. Grayscale: #6A6A6A. Windows color (decimal): -9413459 or 11361392. OLE color: 11361392.

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

Color convert

RGB 112 92 173 -
CMYK 0.35 0.47 0 0.32
HSL 254.81º 0.33% 0.52% -
HSV(B) 254.81º 0.47% 0.68% -
XYZ 18.05 14.12 41.31 -
YUV 107.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 112 92 173 0.35 0.47 0 0.32 254.81 0.33 0.52
Hex 70 5C AD 23 2F 0 20 FF 21 34
Octal 160 134 255 43 57 0 40 377 41 64
Binary 1110000 1011100 10101101 100011 101111 0 100000 11111111 100001 110100

Color Harmonies of #705CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CAD

Black with #705CAD

Text Example


Text Example

White with #705CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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