#705BBE

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

Shades of Blue Marguerite #705BBE

Tints of Blue Marguerite #705BBE

Color information

#705BBE (or 0x705BBE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5B and BE. RGB value is (112,91,190). Sum of RGB (Red+Green+Blue) = 112+91+190=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #705BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBE is #8FA441. Grayscale: #6C6C6C. Windows color (decimal): -9413698 or 12475248. OLE color: 12475248.

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

Color convert

RGB11291190-
CMYK0.410.5200.25
HSL252.73º43.23%55.1%-
HSV(B)252.73º52.11%74.51%-
XYZ19.7214.6450.5-
YUV108.56173.96130.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=28.50%
G=23.16%
B=48.35%

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
Decimal112911900.410.5200.25252.7343.2355.1
Hex705BBE2934019fd2b37
Octal16013327651640313755367
Binary111000010110111011111010100111010001100111111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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