#705CB7

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

Shades of Blue Marguerite #705CB7

Tints of Blue Marguerite #705CB7

Color information

#705CB7 (or 0x705CB7) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5C and B7. RGB value is (112,92,183). Sum of RGB (Red+Green+Blue) = 112+92+183=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #705CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CB7 is #8FA348. Grayscale: #6C6C6C. Windows color (decimal): -9413449 or 12016752. OLE color: 12016752.

HSL color Cylindrical-coordinate representation of color #705CB7: hue angle of 253.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705CB7 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11292183-
CMYK0.390.5000.28
HSL253.19º38.72%53.92%-
HSV(B)253.19º49.73%71.76%-
XYZ19.0614.5246.6-
YUV108.35170.13130.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=28.94%
G=23.77%
B=47.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112921830.390.5000.28253.1938.7253.92
Hex705CB7273201Cfd2736
Octal16013426747620343754766
Binary111000010111001011011110011111001001110011111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,183); }

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

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

 a { background-color: rgb(112,92,183); }

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

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

 span { border-color: rgb(112,92,183); }

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