#705BBF

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

Shades of Blue Marguerite #705BBF

Tints of Blue Marguerite #705BBF

Color information

#705BBF (or 0x705BBF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and BF. RGB value is (112,91,191). Sum of RGB (Red+Green+Blue) = 112+91+191=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #705BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBF is #8FA440. Grayscale: #6C6C6C. Windows color (decimal): -9413697 or 12540784. OLE color: 12540784.

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

Color convert

RGB11291191-
CMYK0.410.5200.25
HSL252.6º43.86%55.29%-
HSV(B)252.6º52.36%74.9%-
XYZ19.8314.6951.08-
YUV108.68174.46130.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 191 (75% from 255) = 48.48%
R=28.43%
G=23.10%
B=48.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112911910.410.5200.25252.643.8655.29
Hex705BBF2934019fd2c37
Octal16013327751640313755467
Binary111000010110111011111110100111010001100111111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #705BBF;
 }
 .AnyTagClassName
 {
   color: #705BBF;
 }
</style>
background-color css

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

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

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

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

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

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