Html Css Color HEX #705EBF Blue Marguerite

📋 copy color: '#705EBF'

red 112 ◦ green 94 ◦ blue 191

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

Shades of Blue Marguerite #705EBF

Tints of Blue Marguerite #705EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

 BLUE value IS 191 (75% from 255) = 48.11%

R = 28.21%
G = 23.68%
B = 48.11%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#705EBF (or 0x705EBF) is known color: Blue Marguerite. HEX triplet: 70, 5E and BF. RGB value is (112,94,191). Sum of RGB (Red+Green+Blue) = 112+94+191=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #705EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EBF is #8FA140. Grayscale: #6E6E6E. Windows color (decimal): -9412929 or 12541552. OLE color: 12541552.

HSL color Cylindrical-coordinate representation of color #705EBF: hue angle of 251.13º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705EBF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 94 191 -
CMYK 0.41 0.51 0 0.25
HSL 251.13º 0.43% 0.56% -
HSV(B) 251.13º 0.51% 0.75% -
XYZ 20.09 15.21 51.17 -
YUV 110.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 112 94 191 0.41 0.51 0 0.25 251.13 0.43 0.56
Hex 70 5E BF 29 33 0 19 FB 2B 38
Octal 160 136 277 51 63 0 31 373 53 70
Binary 1110000 1011110 10111111 101001 110011 0 11001 11111011 101011 111000

Color Harmonies of #705EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EBF

Black with #705EBF

Text Example


Text Example

White with #705EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,94,191); }

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

background-color css

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

 a { background-color: rgb(112,94,191); }

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

border-color css

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

 span { border-color: rgb(112,94,191); }

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