Html Css Color HEX #705EBE Blue Marguerite

📋 copy color: '#705EBE'

red 112 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #705EBE

Tints of Blue Marguerite #705EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 28.28%
G = 23.74%
B = 47.98%

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

#705EBE (or 0x705EBE) is known color: Blue Marguerite. HEX triplet: 70, 5E and BE. RGB value is (112,94,190). Sum of RGB (Red+Green+Blue) = 112+94+190=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #705EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EBE is #8FA141. Grayscale: #6D6D6D. Windows color (decimal): -9412930 or 12476016. OLE color: 12476016.

HSL color Cylindrical-coordinate representation of color #705EBE: hue angle of 251.25º degrees, saturation: 0.42, 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 #705EBE is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 94 190 -
CMYK 0.41 0.51 0 0.25
HSL 251.25º 0.42% 0.56% -
HSV(B) 251.25º 0.51% 0.75% -
XYZ 19.98 15.17 50.59 -
YUV 110.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 112 94 190 0.41 0.51 0 0.25 251.25 0.42 0.56
Hex 70 5E BE 29 33 0 19 FB 2A 38
Octal 160 136 276 51 63 0 31 373 52 70
Binary 1110000 1011110 10111110 101001 110011 0 11001 11111011 101010 111000

Color Harmonies of #705EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705EBE

Black with #705EBE

Text Example


Text Example

White with #705EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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