#705EBE

Color #705EBE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #705EBE

Tints of Blue Marguerite #705EBE

Color information

#705EBE (or 0x705EBE) is unknown color: approx 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

RGB11294190-
CMYK0.410.5100.25
HSL251.25º42.48%55.69%-
HSV(B)251.25º50.53%74.51%-
XYZ19.9815.1750.59-
YUV110.33172.96129.19-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112941900.410.5100.25251.2542.4855.69
Hex705EBE2933019fb2a38
Octal16013627651630313735270
Binary111000010111101011111010100111001101100111111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>