#705ABE

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

Shades of Blue Marguerite #705ABE

Tints of Blue Marguerite #705ABE

Color information

#705ABE (or 0x705ABE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5A and BE. RGB value is (112,90,190). Sum of RGB (Red+Green+Blue) = 112+90+190=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #705ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ABE is #8FA541. Grayscale: #6B6B6B. Windows color (decimal): -9413954 or 12474992. OLE color: 12474992.

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

Color convert

RGB11290190-
CMYK0.410.5300.25
HSL253.2º43.48%54.9%-
HSV(B)253.2º52.63%74.51%-
XYZ19.6314.4750.47-
YUV107.98174.29130.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=28.57%
G=22.96%
B=48.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112901900.410.5300.25253.243.4854.9
Hex705ABE2935019fd2b37
Octal16013227651650313755367
Binary111000010110101011111010100111010101100111111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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