Html Css Color HEX #705CAB Blue Marguerite

📋 copy color: '#705CAB'

red 112 ◦ green 92 ◦ blue 171

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

Shades of Blue Marguerite #705CAB

Tints of Blue Marguerite #705CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 29.87%
G = 24.53%
B = 45.6%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#705CAB (or 0x705CAB) is known color: Blue Marguerite. HEX triplet: 70, 5C and AB. RGB value is (112,92,171). Sum of RGB (Red+Green+Blue) = 112+92+171=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #705CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CAB is #8FA354. Grayscale: #6A6A6A. Windows color (decimal): -9413461 or 11230320. OLE color: 11230320.

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

Color convert

RGB 112 92 171 -
CMYK 0.35 0.46 0 0.33
HSL 255.19º 0.32% 0.52% -
HSV(B) 255.19º 0.46% 0.67% -
XYZ 17.86 14.04 40.3 -
YUV 106.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 112 92 171 0.35 0.46 0 0.33 255.19 0.32 0.52
Hex 70 5C AB 23 2E 0 21 FF 20 34
Octal 160 134 253 43 56 0 41 377 40 64
Binary 1110000 1011100 10101011 100011 101110 0 100001 11111111 100000 110100

Color Harmonies of #705CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CAB

Black with #705CAB

Text Example


Text Example

White with #705CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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