Html Css Color HEX #705BAF Blue Marguerite

📋 copy color: '#705BAF'

red 112 ◦ green 91 ◦ blue 175

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

Shades of Blue Marguerite #705BAF

Tints of Blue Marguerite #705BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 29.63%
G = 24.07%
B = 46.3%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#705BAF (or 0x705BAF) is known color: Blue Marguerite. HEX triplet: 70, 5B and AF. RGB value is (112,91,175). Sum of RGB (Red+Green+Blue) = 112+91+175=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #705BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAF is #8FA450. Grayscale: #6A6A6A. Windows color (decimal): -9413713 or 11492208. OLE color: 11492208.

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

Color convert

RGB 112 91 175 -
CMYK 0.36 0.48 0 0.31
HSL 255º 0.34% 0.52% -
HSV(B) 255º 0.48% 0.69% -
XYZ 18.16 14.02 42.31 -
YUV 106.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 112 91 175 0.36 0.48 0 0.31 255 0.34 0.52
Hex 70 5B AF 24 30 0 1F FF 22 34
Octal 160 133 257 44 60 0 37 377 42 64
Binary 1110000 1011011 10101111 100100 110000 0 11111 11111111 100010 110100

Color Harmonies of #705BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BAF

Black with #705BAF

Text Example


Text Example

White with #705BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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